Color spaces of #c872da
RGB | 200 | 114 | 218 |
---|---|---|---|
HSL | 0.80 | 0.58 | 0.65 |
HSV | 290° | 48° | 85° |
CMYK | 0.08 | 0.48 | 0.00 0.15 |
XYZ | 42.4916 | 29.3759 | 69.7602 |
Yxy | 29.3759 | 0.3000 | 0.2074 |
Hunter Lab | 54.1995 | 45.0920 | -38.3725 |
CIE-Lab | 61.1120 | 49.9390 | -39.4650 |
#c872da color RGB value is (200,114,218).
#c872da hex color red value is 200, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c872da hue: 0.80 , saturation: 0.58 and the lightness value of c872da is 0.65.
The process color (four color CMYK) of #c872da color hex is 0.08, 0.48, 0.00, 0.15. Web safe color of #c872da is #cc66cc. Color #c872da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01110010 | 11011010 |
Octal | 310 | 162 | 332 |
Decimal | 200 | 114 | 218 |
Hex | C8 | 72 | DA |
Shades of #c872da
Tints of #c872da
RGB Percentages of Color #c872da
CMYK Percentages of Color #c872da
Complementary Color
#c872da | #84da72 |
#c872da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c872da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c872da Color CSS Codes
.mybgcolor {background-color:#c872da; } .myforecolor {color:#c872da; } .mybordercolor {border:3px solid #c872da; }
#c872da Text Font Color
<p style="color:#c872da">Text here</p>
This sample text font color is #c872da
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.
#c872da Background Color
<div style="background-color:#c872da">
Div content here</div>
This div background color is #c872da
#c872da Border Color
<div style="border:3px solid #c872da">
Div here</div>
This div border color is #c872da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,114,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c872da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c872da; -webkit-box-shadow: 1px 1px 3px 2px #c872da; box-shadow: 1px 1px 3px 2px #c872da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,114,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c872da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c872da; -webkit-box-shadow: 1px 1px 3px 2px #c872da; box-shadow: 1px 1px 3px 2px #c872da;">
Div content here</div>
This div box has shadow with color #c872da
Comments
No comments written yet.
Please login to write comment.