Color spaces of #c81bae
RGB | 200 | 27 | 174 |
---|---|---|---|
HSL | 0.86 | 0.76 | 0.45 |
HSV | 309° | 87° | 78° |
CMYK | 0.00 | 0.87 | 0.13 0.22 |
XYZ | 31.8513 | 16.1192 | 41.4770 |
Yxy | 16.1192 | 0.3561 | 0.1802 |
Hunter Lab | 40.1487 | 71.3496 | -33.1474 |
CIE-Lab | 47.1305 | 75.1817 | -36.1358 |
#c81bae color RGB value is (200,27,174).
#c81bae hex color red value is 200, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c81bae hue: 0.86 , saturation: 0.76 and the lightness value of c81bae is 0.45.
The process color (four color CMYK) of #c81bae color hex is 0.00, 0.87, 0.13, 0.22. Web safe color of #c81bae is #cc3399. Color #c81bae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 00011011 | 10101110 |
Octal | 310 | 33 | 256 |
Decimal | 200 | 27 | 174 |
Hex | C8 | 1B | AE |
Shades of #c81bae
Tints of #c81bae
RGB Percentages of Color #c81bae
CMYK Percentages of Color #c81bae
Complementary Color
#c81bae | #1bc835 |
#c81bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c81bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c81bae Color CSS Codes
.mybgcolor {background-color:#c81bae; } .myforecolor {color:#c81bae; } .mybordercolor {border:3px solid #c81bae; }
#c81bae Text Font Color
<p style="color:#c81bae">Text here</p>
This sample text font color is #c81bae
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.
#c81bae Background Color
<div style="background-color:#c81bae">
Div content here</div>
This div background color is #c81bae
#c81bae Border Color
<div style="border:3px solid #c81bae">
Div here</div>
This div border color is #c81bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,27,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c81bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c81bae; -webkit-box-shadow: 1px 1px 3px 2px #c81bae; box-shadow: 1px 1px 3px 2px #c81bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,27,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c81bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c81bae; -webkit-box-shadow: 1px 1px 3px 2px #c81bae; box-shadow: 1px 1px 3px 2px #c81bae;">
Div content here</div>
This div box has shadow with color #c81bae
Comments
No comments written yet.
Please login to write comment.