Color spaces of #c390cc
RGB | 195 | 144 | 204 |
---|---|---|---|
HSL | 0.81 | 0.37 | 0.68 |
HSV | 291° | 29° | 80° |
CMYK | 0.04 | 0.29 | 0.00 0.20 |
XYZ | 43.3780 | 35.9083 | 61.7715 |
Yxy | 35.9083 | 0.3075 | 0.2546 |
Hunter Lab | 59.9235 | 24.3480 | -19.1720 |
CIE-Lab | 66.4498 | 29.5713 | -23.4118 |
#c390cc color RGB value is (195,144,204).
#c390cc hex color red value is 195, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c390cc hue: 0.81 , saturation: 0.37 and the lightness value of c390cc is 0.68.
The process color (four color CMYK) of #c390cc color hex is 0.04, 0.29, 0.00, 0.20. Web safe color of #c390cc is #cc99cc. Color #c390cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10010000 | 11001100 |
Octal | 303 | 220 | 314 |
Decimal | 195 | 144 | 204 |
Hex | C3 | 90 | CC |
Shades of #c390cc
Tints of #c390cc
RGB Percentages of Color #c390cc
CMYK Percentages of Color #c390cc
Complementary Color
#c390cc | #99cc90 |
#c390cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c390cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c390cc Color CSS Codes
.mybgcolor {background-color:#c390cc; } .myforecolor {color:#c390cc; } .mybordercolor {border:3px solid #c390cc; }
#c390cc Text Font Color
<p style="color:#c390cc">Text here</p>
This sample text font color is #c390cc
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.
#c390cc Background Color
<div style="background-color:#c390cc">
Div content here</div>
This div background color is #c390cc
#c390cc Border Color
<div style="border:3px solid #c390cc">
Div here</div>
This div border color is #c390cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,144,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c390cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c390cc; -webkit-box-shadow: 1px 1px 3px 2px #c390cc; box-shadow: 1px 1px 3px 2px #c390cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,144,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c390cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c390cc; -webkit-box-shadow: 1px 1px 3px 2px #c390cc; box-shadow: 1px 1px 3px 2px #c390cc;">
Div content here</div>
This div box has shadow with color #c390cc
Comments
No comments written yet.
Please login to write comment.