Color spaces of #cc8ceb
RGB | 204 | 140 | 235 |
---|---|---|---|
HSL | 0.78 | 0.70 | 0.74 |
HSV | 280° | 40° | 92° |
CMYK | 0.13 | 0.40 | 0.00 0.08 |
XYZ | 49.2753 | 37.5917 | 83.2561 |
Yxy | 37.5917 | 0.2896 | 0.2210 |
Hunter Lab | 61.3121 | 36.1608 | -37.5919 |
CIE-Lab | 67.7186 | 40.8117 | -38.5442 |
#cc8ceb color RGB value is (204,140,235).
#cc8ceb hex color red value is 204, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc8ceb hue: 0.78 , saturation: 0.70 and the lightness value of cc8ceb is 0.74.
The process color (four color CMYK) of #cc8ceb color hex is 0.13, 0.40, 0.00, 0.08. Web safe color of #cc8ceb is #cc99ff. Color #cc8ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10001100 | 11101011 |
Octal | 314 | 214 | 353 |
Decimal | 204 | 140 | 235 |
Hex | CC | 8C | EB |
Shades of #cc8ceb
Tints of #cc8ceb
RGB Percentages of Color #cc8ceb
CMYK Percentages of Color #cc8ceb
Complementary Color
#cc8ceb | #abeb8c |
#cc8ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc8ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc8ceb Color CSS Codes
.mybgcolor {background-color:#cc8ceb; } .myforecolor {color:#cc8ceb; } .mybordercolor {border:3px solid #cc8ceb; }
#cc8ceb Text Font Color
<p style="color:#cc8ceb">Text here</p>
This sample text font color is #cc8ceb
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.
#cc8ceb Background Color
<div style="background-color:#cc8ceb">
Div content here</div>
This div background color is #cc8ceb
#cc8ceb Border Color
<div style="border:3px solid #cc8ceb">
Div here</div>
This div border color is #cc8ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,140,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc8ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc8ceb; -webkit-box-shadow: 1px 1px 3px 2px #cc8ceb; box-shadow: 1px 1px 3px 2px #cc8ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,140,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 #cc8ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc8ceb; -webkit-box-shadow: 1px 1px 3px 2px #cc8ceb; box-shadow: 1px 1px 3px 2px #cc8ceb;">
Div content here</div>
This div box has shadow with color #cc8ceb
Comments
No comments written yet.
Please login to write comment.