Color spaces of #c704ca
RGB | 199 | 4 | 202 |
---|---|---|---|
HSL | 0.83 | 0.96 | 0.40 |
HSV | 299° | 98° | 79° |
CMYK | 0.01 | 0.98 | 0.00 0.21 |
XYZ | 34.2573 | 16.4932 | 57.2551 |
Yxy | 16.4932 | 0.3172 | 0.1527 |
Hunter Lab | 40.6118 | 79.4995 | -55.1596 |
CIE-Lab | 47.6150 | 81.6265 | -51.7479 |
#c704ca color RGB value is (199,4,202).
#c704ca hex color red value is 199, green value is 4 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c704ca hue: 0.83 , saturation: 0.96 and the lightness value of c704ca is 0.40.
The process color (four color CMYK) of #c704ca color hex is 0.01, 0.98, 0.00, 0.21. Web safe color of #c704ca is #cc00cc. Color #c704ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00000100 | 11001010 |
Octal | 307 | 4 | 312 |
Decimal | 199 | 4 | 202 |
Hex | C7 | 4 | CA |
Shades of #c704ca
Tints of #c704ca
RGB Percentages of Color #c704ca
CMYK Percentages of Color #c704ca
Complementary Color
#c704ca | #07ca04 |
#c704ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c704ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c704ca Color CSS Codes
.mybgcolor {background-color:#c704ca; } .myforecolor {color:#c704ca; } .mybordercolor {border:3px solid #c704ca; }
#c704ca Text Font Color
<p style="color:#c704ca">Text here</p>
This sample text font color is #c704ca
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.
#c704ca Background Color
<div style="background-color:#c704ca">
Div content here</div>
This div background color is #c704ca
#c704ca Border Color
<div style="border:3px solid #c704ca">
Div here</div>
This div border color is #c704ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,4,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c704ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c704ca; -webkit-box-shadow: 1px 1px 3px 2px #c704ca; box-shadow: 1px 1px 3px 2px #c704ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,4,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 #c704ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c704ca; -webkit-box-shadow: 1px 1px 3px 2px #c704ca; box-shadow: 1px 1px 3px 2px #c704ca;">
Div content here</div>
This div box has shadow with color #c704ca
Comments
No comments written yet.
Please login to write comment.