Color spaces of #c383ce
RGB | 195 | 131 | 206 |
---|---|---|---|
HSL | 0.81 | 0.43 | 0.66 |
HSV | 291° | 36° | 81° |
CMYK | 0.05 | 0.36 | 0.00 0.19 |
XYZ | 41.7626 | 32.2909 | 62.4242 |
Yxy | 32.2909 | 0.3060 | 0.2366 |
Hunter Lab | 56.8251 | 31.7416 | -25.3544 |
CIE-Lab | 63.5826 | 37.0907 | -28.9363 |
#c383ce color RGB value is (195,131,206).
#c383ce hex color red value is 195, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c383ce hue: 0.81 , saturation: 0.43 and the lightness value of c383ce is 0.66.
The process color (four color CMYK) of #c383ce color hex is 0.05, 0.36, 0.00, 0.19. Web safe color of #c383ce is #cc99cc. Color #c383ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10000011 | 11001110 |
Octal | 303 | 203 | 316 |
Decimal | 195 | 131 | 206 |
Hex | C3 | 83 | CE |
Shades of #c383ce
Tints of #c383ce
RGB Percentages of Color #c383ce
CMYK Percentages of Color #c383ce
Complementary Color
#c383ce | #8ece83 |
#c383ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c383ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c383ce Color CSS Codes
.mybgcolor {background-color:#c383ce; } .myforecolor {color:#c383ce; } .mybordercolor {border:3px solid #c383ce; }
#c383ce Text Font Color
<p style="color:#c383ce">Text here</p>
This sample text font color is #c383ce
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.
#c383ce Background Color
<div style="background-color:#c383ce">
Div content here</div>
This div background color is #c383ce
#c383ce Border Color
<div style="border:3px solid #c383ce">
Div here</div>
This div border color is #c383ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,131,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c383ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c383ce; -webkit-box-shadow: 1px 1px 3px 2px #c383ce; box-shadow: 1px 1px 3px 2px #c383ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,131,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c383ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c383ce; -webkit-box-shadow: 1px 1px 3px 2px #c383ce; box-shadow: 1px 1px 3px 2px #c383ce;">
Div content here</div>
This div box has shadow with color #c383ce
Comments
No comments written yet.
Please login to write comment.