Color spaces of #c38ecd
RGB | 195 | 142 | 205 |
---|---|---|---|
HSL | 0.81 | 0.39 | 0.68 |
HSV | 290° | 31° | 80° |
CMYK | 0.05 | 0.31 | 0.00 0.20 |
XYZ | 43.1981 | 35.3559 | 62.3052 |
Yxy | 35.3559 | 0.3067 | 0.2510 |
Hunter Lab | 59.4608 | 25.6232 | -20.5036 |
CIE-Lab | 66.0248 | 30.8701 | -24.6199 |
#c38ecd color RGB value is (195,142,205).
#c38ecd hex color red value is 195, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c38ecd hue: 0.81 , saturation: 0.39 and the lightness value of c38ecd is 0.68.
The process color (four color CMYK) of #c38ecd color hex is 0.05, 0.31, 0.00, 0.20. Web safe color of #c38ecd is #cc99cc. Color #c38ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10001110 | 11001101 |
Octal | 303 | 216 | 315 |
Decimal | 195 | 142 | 205 |
Hex | C3 | 8E | CD |
Shades of #c38ecd
Tints of #c38ecd
RGB Percentages of Color #c38ecd
CMYK Percentages of Color #c38ecd
Complementary Color
#c38ecd | #98cd8e |
#c38ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c38ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c38ecd Color CSS Codes
.mybgcolor {background-color:#c38ecd; } .myforecolor {color:#c38ecd; } .mybordercolor {border:3px solid #c38ecd; }
#c38ecd Text Font Color
<p style="color:#c38ecd">Text here</p>
This sample text font color is #c38ecd
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.
#c38ecd Background Color
<div style="background-color:#c38ecd">
Div content here</div>
This div background color is #c38ecd
#c38ecd Border Color
<div style="border:3px solid #c38ecd">
Div here</div>
This div border color is #c38ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,142,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c38ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c38ecd; -webkit-box-shadow: 1px 1px 3px 2px #c38ecd; box-shadow: 1px 1px 3px 2px #c38ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,142,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c38ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c38ecd; -webkit-box-shadow: 1px 1px 3px 2px #c38ecd; box-shadow: 1px 1px 3px 2px #c38ecd;">
Div content here</div>
This div box has shadow with color #c38ecd
Comments
No comments written yet.
Please login to write comment.