Color spaces of #c05feb
RGB | 192 | 95 | 235 |
---|---|---|---|
HSL | 0.78 | 0.78 | 0.65 |
HSV | 282° | 60° | 92° |
CMYK | 0.18 | 0.60 | 0.00 0.08 |
XYZ | 40.8258 | 25.3890 | 81.3461 |
Yxy | 25.3890 | 0.2767 | 0.1721 |
Hunter Lab | 50.3875 | 56.4491 | -60.4471 |
CIE-Lab | 57.4525 | 60.6498 | -54.8350 |
#c05feb color RGB value is (192,95,235).
#c05feb hex color red value is 192, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c05feb hue: 0.78 , saturation: 0.78 and the lightness value of c05feb is 0.65.
The process color (four color CMYK) of #c05feb color hex is 0.18, 0.60, 0.00, 0.08. Web safe color of #c05feb is #cc66ff. Color #c05feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01011111 | 11101011 |
Octal | 300 | 137 | 353 |
Decimal | 192 | 95 | 235 |
Hex | C0 | 5F | EB |
Shades of #c05feb
Tints of #c05feb
RGB Percentages of Color #c05feb
CMYK Percentages of Color #c05feb
Complementary Color
#c05feb | #8aeb5f |
#c05feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c05feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c05feb Color CSS Codes
.mybgcolor {background-color:#c05feb; } .myforecolor {color:#c05feb; } .mybordercolor {border:3px solid #c05feb; }
#c05feb Text Font Color
<p style="color:#c05feb">Text here</p>
This sample text font color is #c05feb
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.
#c05feb Background Color
<div style="background-color:#c05feb">
Div content here</div>
This div background color is #c05feb
#c05feb Border Color
<div style="border:3px solid #c05feb">
Div here</div>
This div border color is #c05feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,95,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c05feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c05feb; -webkit-box-shadow: 1px 1px 3px 2px #c05feb; box-shadow: 1px 1px 3px 2px #c05feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,95,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c05feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c05feb; -webkit-box-shadow: 1px 1px 3px 2px #c05feb; box-shadow: 1px 1px 3px 2px #c05feb;">
Div content here</div>
This div box has shadow with color #c05feb
Comments
No comments written yet.
Please login to write comment.