Color spaces of #c88adc
RGB | 200 | 138 | 220 |
---|---|---|---|
HSL | 0.79 | 0.54 | 0.70 |
HSV | 285° | 37° | 86° |
CMYK | 0.09 | 0.37 | 0.00 0.14 |
XYZ | 45.8262 | 35.6236 | 72.1709 |
Yxy | 35.6236 | 0.2983 | 0.2319 |
Hunter Lab | 59.6855 | 32.6017 | -29.9128 |
CIE-Lab | 66.2313 | 37.6230 | -32.6021 |
#c88adc color RGB value is (200,138,220).
#c88adc hex color red value is 200, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c88adc hue: 0.79 , saturation: 0.54 and the lightness value of c88adc is 0.70.
The process color (four color CMYK) of #c88adc color hex is 0.09, 0.37, 0.00, 0.14. Web safe color of #c88adc is #cc99cc. Color #c88adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10001010 | 11011100 |
Octal | 310 | 212 | 334 |
Decimal | 200 | 138 | 220 |
Hex | C8 | 8A | DC |
Shades of #c88adc
Tints of #c88adc
RGB Percentages of Color #c88adc
CMYK Percentages of Color #c88adc
Complementary Color
#c88adc | #9edc8a |
#c88adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c88adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c88adc Color CSS Codes
.mybgcolor {background-color:#c88adc; } .myforecolor {color:#c88adc; } .mybordercolor {border:3px solid #c88adc; }
#c88adc Text Font Color
<p style="color:#c88adc">Text here</p>
This sample text font color is #c88adc
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.
#c88adc Background Color
<div style="background-color:#c88adc">
Div content here</div>
This div background color is #c88adc
#c88adc Border Color
<div style="border:3px solid #c88adc">
Div here</div>
This div border color is #c88adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,138,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c88adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c88adc; -webkit-box-shadow: 1px 1px 3px 2px #c88adc; box-shadow: 1px 1px 3px 2px #c88adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,138,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c88adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c88adc; -webkit-box-shadow: 1px 1px 3px 2px #c88adc; box-shadow: 1px 1px 3px 2px #c88adc;">
Div content here</div>
This div box has shadow with color #c88adc
Comments
No comments written yet.
Please login to write comment.