Color spaces of #c05def
RGB | 192 | 93 | 239 |
---|---|---|---|
HSL | 0.78 | 0.82 | 0.65 |
HSV | 281° | 61° | 94° |
CMYK | 0.20 | 0.61 | 0.00 0.06 |
XYZ | 41.2326 | 25.2672 | 84.3652 |
Yxy | 25.2672 | 0.2733 | 0.1675 |
Hunter Lab | 50.2665 | 58.4536 | -64.3233 |
CIE-Lab | 57.3348 | 62.4058 | -57.2558 |
#c05def color RGB value is (192,93,239).
#c05def hex color red value is 192, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c05def hue: 0.78 , saturation: 0.82 and the lightness value of c05def is 0.65.
The process color (four color CMYK) of #c05def color hex is 0.20, 0.61, 0.00, 0.06. Web safe color of #c05def is #cc66ff. Color #c05def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01011101 | 11101111 |
Octal | 300 | 135 | 357 |
Decimal | 192 | 93 | 239 |
Hex | C0 | 5D | EF |
Shades of #c05def
Tints of #c05def
RGB Percentages of Color #c05def
CMYK Percentages of Color #c05def
Complementary Color
#c05def | #8cef5d |
#c05def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c05def Color Preview on White Background
Lorem ipsum dolor sit amet.
#c05def Color CSS Codes
.mybgcolor {background-color:#c05def; } .myforecolor {color:#c05def; } .mybordercolor {border:3px solid #c05def; }
#c05def Text Font Color
<p style="color:#c05def">Text here</p>
This sample text font color is #c05def
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.
#c05def Background Color
<div style="background-color:#c05def">
Div content here</div>
This div background color is #c05def
#c05def Border Color
<div style="border:3px solid #c05def">
Div here</div>
This div border color is #c05def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,93,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c05def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c05def; -webkit-box-shadow: 1px 1px 3px 2px #c05def; box-shadow: 1px 1px 3px 2px #c05def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,93,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c05def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c05def; -webkit-box-shadow: 1px 1px 3px 2px #c05def; box-shadow: 1px 1px 3px 2px #c05def;">
Div content here</div>
This div box has shadow with color #c05def
Comments
No comments written yet.
Please login to write comment.