Color spaces of #c81add
RGB | 200 | 26 | 221 |
---|---|---|---|
HSL | 0.82 | 0.79 | 0.48 |
HSV | 294° | 88° | 87° |
CMYK | 0.10 | 0.88 | 0.00 0.13 |
XYZ | 37.2400 | 18.2386 | 69.9643 |
Yxy | 18.2386 | 0.2969 | 0.1454 |
Hunter Lab | 42.7067 | 80.9144 | -67.2373 |
CIE-Lab | 49.7842 | 82.3175 | -59.1635 |
#c81add color RGB value is (200,26,221).
#c81add hex color red value is 200, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c81add hue: 0.82 , saturation: 0.79 and the lightness value of c81add is 0.48.
The process color (four color CMYK) of #c81add color hex is 0.10, 0.88, 0.00, 0.13. Web safe color of #c81add is #cc33cc. Color #c81add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 00011010 | 11011101 |
Octal | 310 | 32 | 335 |
Decimal | 200 | 26 | 221 |
Hex | C8 | 1A | DD |
Shades of #c81add
Tints of #c81add
RGB Percentages of Color #c81add
CMYK Percentages of Color #c81add
Complementary Color
#c81add | #2fdd1a |
#c81add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c81add Color Preview on White Background
Lorem ipsum dolor sit amet.
#c81add Color CSS Codes
.mybgcolor {background-color:#c81add; } .myforecolor {color:#c81add; } .mybordercolor {border:3px solid #c81add; }
#c81add Text Font Color
<p style="color:#c81add">Text here</p>
This sample text font color is #c81add
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.
#c81add Background Color
<div style="background-color:#c81add">
Div content here</div>
This div background color is #c81add
#c81add Border Color
<div style="border:3px solid #c81add">
Div here</div>
This div border color is #c81add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,26,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c81add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c81add; -webkit-box-shadow: 1px 1px 3px 2px #c81add; box-shadow: 1px 1px 3px 2px #c81add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,26,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c81add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c81add; -webkit-box-shadow: 1px 1px 3px 2px #c81add; box-shadow: 1px 1px 3px 2px #c81add;">
Div content here</div>
This div box has shadow with color #c81add
Comments
No comments written yet.
Please login to write comment.