Color spaces of #c44eab
RGB | 196 | 78 | 171 |
---|---|---|---|
HSL | 0.87 | 0.50 | 0.54 |
HSV | 313° | 60° | 77° |
CMYK | 0.00 | 0.60 | 0.13 0.23 |
XYZ | 32.8400 | 20.1248 | 40.6817 |
Yxy | 20.1248 | 0.3507 | 0.2149 |
Hunter Lab | 44.8607 | 52.1637 | -22.3644 |
CIE-Lab | 51.9780 | 57.8441 | -26.8453 |
#c44eab color RGB value is (196,78,171).
#c44eab hex color red value is 196, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c44eab hue: 0.87 , saturation: 0.50 and the lightness value of c44eab is 0.54.
The process color (four color CMYK) of #c44eab color hex is 0.00, 0.60, 0.13, 0.23. Web safe color of #c44eab is #cc6699. Color #c44eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01001110 | 10101011 |
Octal | 304 | 116 | 253 |
Decimal | 196 | 78 | 171 |
Hex | C4 | 4E | AB |
Shades of #c44eab
Tints of #c44eab
RGB Percentages of Color #c44eab
CMYK Percentages of Color #c44eab
Complementary Color
#c44eab | #4ec467 |
#c44eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c44eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c44eab Color CSS Codes
.mybgcolor {background-color:#c44eab; } .myforecolor {color:#c44eab; } .mybordercolor {border:3px solid #c44eab; }
#c44eab Text Font Color
<p style="color:#c44eab">Text here</p>
This sample text font color is #c44eab
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.
#c44eab Background Color
<div style="background-color:#c44eab">
Div content here</div>
This div background color is #c44eab
#c44eab Border Color
<div style="border:3px solid #c44eab">
Div here</div>
This div border color is #c44eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,78,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c44eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c44eab; -webkit-box-shadow: 1px 1px 3px 2px #c44eab; box-shadow: 1px 1px 3px 2px #c44eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,78,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c44eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c44eab; -webkit-box-shadow: 1px 1px 3px 2px #c44eab; box-shadow: 1px 1px 3px 2px #c44eab;">
Div content here</div>
This div box has shadow with color #c44eab
Comments
No comments written yet.
Please login to write comment.