Color spaces of #cb74ae
RGB | 203 | 116 | 174 |
---|---|---|---|
HSL | 0.89 | 0.46 | 0.63 |
HSV | 320° | 43° | 80° |
CMYK | 0.00 | 0.43 | 0.14 0.20 |
XYZ | 38.5140 | 28.2433 | 43.4660 |
Yxy | 28.2433 | 0.3494 | 0.2562 |
Hunter Lab | 53.1444 | 36.3570 | -11.2913 |
CIE-Lab | 60.1079 | 41.9444 | -16.0423 |
#cb74ae color RGB value is (203,116,174).
#cb74ae hex color red value is 203, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb74ae hue: 0.89 , saturation: 0.46 and the lightness value of cb74ae is 0.63.
The process color (four color CMYK) of #cb74ae color hex is 0.00, 0.43, 0.14, 0.20. Web safe color of #cb74ae is #cc6699. Color #cb74ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01110100 | 10101110 |
Octal | 313 | 164 | 256 |
Decimal | 203 | 116 | 174 |
Hex | CB | 74 | AE |
Shades of #cb74ae
Tints of #cb74ae
RGB Percentages of Color #cb74ae
CMYK Percentages of Color #cb74ae
Complementary Color
#cb74ae | #74cb91 |
#cb74ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb74ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb74ae Color CSS Codes
.mybgcolor {background-color:#cb74ae; } .myforecolor {color:#cb74ae; } .mybordercolor {border:3px solid #cb74ae; }
#cb74ae Text Font Color
<p style="color:#cb74ae">Text here</p>
This sample text font color is #cb74ae
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.
#cb74ae Background Color
<div style="background-color:#cb74ae">
Div content here</div>
This div background color is #cb74ae
#cb74ae Border Color
<div style="border:3px solid #cb74ae">
Div here</div>
This div border color is #cb74ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,116,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb74ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb74ae; -webkit-box-shadow: 1px 1px 3px 2px #cb74ae; box-shadow: 1px 1px 3px 2px #cb74ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,116,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 #cb74ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb74ae; -webkit-box-shadow: 1px 1px 3px 2px #cb74ae; box-shadow: 1px 1px 3px 2px #cb74ae;">
Div content here</div>
This div box has shadow with color #cb74ae
Comments
No comments written yet.
Please login to write comment.