Color spaces of #c626fb
RGB | 198 | 38 | 251 |
---|---|---|---|
HSL | 0.79 | 0.96 | 0.57 |
HSV | 285° | 85° | 98° |
CMYK | 0.21 | 0.85 | 0.00 0.02 |
XYZ | 41.3944 | 20.3570 | 93.0144 |
Yxy | 20.3570 | 0.2675 | 0.1315 |
Hunter Lab | 45.1187 | 84.8079 | -90.6460 |
CIE-Lab | 52.2385 | 84.8674 | -72.1171 |
#c626fb color RGB value is (198,38,251).
#c626fb hex color red value is 198, green value is 38 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c626fb hue: 0.79 , saturation: 0.96 and the lightness value of c626fb is 0.57.
The process color (four color CMYK) of #c626fb color hex is 0.21, 0.85, 0.00, 0.02. Web safe color of #c626fb is #cc33ff. Color #c626fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00100110 | 11111011 |
Octal | 306 | 46 | 373 |
Decimal | 198 | 38 | 251 |
Hex | C6 | 26 | FB |
Shades of #c626fb
Tints of #c626fb
RGB Percentages of Color #c626fb
CMYK Percentages of Color #c626fb
Complementary Color
#c626fb | #5bfb26 |
#c626fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c626fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c626fb Color CSS Codes
.mybgcolor {background-color:#c626fb; } .myforecolor {color:#c626fb; } .mybordercolor {border:3px solid #c626fb; }
#c626fb Text Font Color
<p style="color:#c626fb">Text here</p>
This sample text font color is #c626fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c626fb Background Color
<div style="background-color:#c626fb">
Div content here</div>
This div background color is #c626fb
#c626fb Border Color
<div style="border:3px solid #c626fb">
Div here</div>
This div border color is #c626fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,38,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c626fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c626fb; -webkit-box-shadow: 1px 1px 3px 2px #c626fb; box-shadow: 1px 1px 3px 2px #c626fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,38,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c626fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c626fb; -webkit-box-shadow: 1px 1px 3px 2px #c626fb; box-shadow: 1px 1px 3px 2px #c626fb;">
Div content here</div>
This div box has shadow with color #c626fb
Comments
No comments written yet.
Please login to write comment.