Color spaces of #cb5fad
RGB | 203 | 95 | 173 |
---|---|---|---|
HSL | 0.88 | 0.51 | 0.58 |
HSV | 317° | 53° | 80° |
CMYK | 0.00 | 0.53 | 0.15 0.20 |
XYZ | 36.2636 | 23.8981 | 42.2366 |
Yxy | 23.8981 | 0.3541 | 0.2334 |
Hunter Lab | 48.8857 | 46.8621 | -17.0058 |
CIE-Lab | 55.9856 | 52.3614 | -21.7480 |
#cb5fad color RGB value is (203,95,173).
#cb5fad hex color red value is 203, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb5fad hue: 0.88 , saturation: 0.51 and the lightness value of cb5fad is 0.58.
The process color (four color CMYK) of #cb5fad color hex is 0.00, 0.53, 0.15, 0.20. Web safe color of #cb5fad is #cc6699. Color #cb5fad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01011111 | 10101101 |
Octal | 313 | 137 | 255 |
Decimal | 203 | 95 | 173 |
Hex | CB | 5F | AD |
Shades of #cb5fad
Tints of #cb5fad
RGB Percentages of Color #cb5fad
CMYK Percentages of Color #cb5fad
Complementary Color
#cb5fad | #5fcb7d |
#cb5fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb5fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb5fad Color CSS Codes
.mybgcolor {background-color:#cb5fad; } .myforecolor {color:#cb5fad; } .mybordercolor {border:3px solid #cb5fad; }
#cb5fad Text Font Color
<p style="color:#cb5fad">Text here</p>
This sample text font color is #cb5fad
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.
#cb5fad Background Color
<div style="background-color:#cb5fad">
Div content here</div>
This div background color is #cb5fad
#cb5fad Border Color
<div style="border:3px solid #cb5fad">
Div here</div>
This div border color is #cb5fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,95,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb5fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb5fad; -webkit-box-shadow: 1px 1px 3px 2px #cb5fad; box-shadow: 1px 1px 3px 2px #cb5fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,95,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb5fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb5fad; -webkit-box-shadow: 1px 1px 3px 2px #cb5fad; box-shadow: 1px 1px 3px 2px #cb5fad;">
Div content here</div>
This div box has shadow with color #cb5fad
Comments
No comments written yet.
Please login to write comment.