Color spaces of #c28eca
RGB | 194 | 142 | 202 |
---|---|---|---|
HSL | 0.81 | 0.36 | 0.67 |
HSV | 292° | 30° | 79° |
CMYK | 0.04 | 0.30 | 0.00 0.21 |
XYZ | 42.5818 | 35.0796 | 60.4038 |
Yxy | 35.0796 | 0.3084 | 0.2541 |
Hunter Lab | 59.2280 | 24.6829 | -19.0074 |
CIE-Lab | 65.8106 | 29.9566 | -23.2828 |
#c28eca color RGB value is (194,142,202).
#c28eca hex color red value is 194, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c28eca hue: 0.81 , saturation: 0.36 and the lightness value of c28eca is 0.67.
The process color (four color CMYK) of #c28eca color hex is 0.04, 0.30, 0.00, 0.21. Web safe color of #c28eca is #cc99cc. Color #c28eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10001110 | 11001010 |
Octal | 302 | 216 | 312 |
Decimal | 194 | 142 | 202 |
Hex | C2 | 8E | CA |
Shades of #c28eca
Tints of #c28eca
RGB Percentages of Color #c28eca
CMYK Percentages of Color #c28eca
Complementary Color
#c28eca | #96ca8e |
#c28eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c28eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c28eca Color CSS Codes
.mybgcolor {background-color:#c28eca; } .myforecolor {color:#c28eca; } .mybordercolor {border:3px solid #c28eca; }
#c28eca Text Font Color
<p style="color:#c28eca">Text here</p>
This sample text font color is #c28eca
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.
#c28eca Background Color
<div style="background-color:#c28eca">
Div content here</div>
This div background color is #c28eca
#c28eca Border Color
<div style="border:3px solid #c28eca">
Div here</div>
This div border color is #c28eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,142,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c28eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c28eca; -webkit-box-shadow: 1px 1px 3px 2px #c28eca; box-shadow: 1px 1px 3px 2px #c28eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,142,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c28eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c28eca; -webkit-box-shadow: 1px 1px 3px 2px #c28eca; box-shadow: 1px 1px 3px 2px #c28eca;">
Div content here</div>
This div box has shadow with color #c28eca
Comments
No comments written yet.
Please login to write comment.