Color spaces of #cb637a
RGB | 203 | 99 | 122 |
---|---|---|---|
HSL | 0.96 | 0.50 | 0.59 |
HSV | 347° | 51° | 80° |
CMYK | 0.00 | 0.51 | 0.40 0.20 |
XYZ | 32.6033 | 23.0253 | 21.1383 |
Yxy | 23.0253 | 0.4247 | 0.2999 |
Hunter Lab | 47.9847 | 37.3090 | 7.4707 |
CIE-Lab | 55.0984 | 43.5492 | 6.7768 |
#cb637a color RGB value is (203,99,122).
#cb637a hex color red value is 203, green value is 99 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cb637a hue: 0.96 , saturation: 0.50 and the lightness value of cb637a is 0.59.
The process color (four color CMYK) of #cb637a color hex is 0.00, 0.51, 0.40, 0.20. Web safe color of #cb637a is #cc6666. Color #cb637a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01100011 | 01111010 |
Octal | 313 | 143 | 172 |
Decimal | 203 | 99 | 122 |
Hex | CB | 63 | 7A |
Shades of #cb637a
Tints of #cb637a
RGB Percentages of Color #cb637a
CMYK Percentages of Color #cb637a
Complementary Color
#cb637a | #63cbb4 |
#cb637a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb637a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb637a Color CSS Codes
.mybgcolor {background-color:#cb637a; } .myforecolor {color:#cb637a; } .mybordercolor {border:3px solid #cb637a; }
#cb637a Text Font Color
<p style="color:#cb637a">Text here</p>
This sample text font color is #cb637a
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.
#cb637a Background Color
<div style="background-color:#cb637a">
Div content here</div>
This div background color is #cb637a
#cb637a Border Color
<div style="border:3px solid #cb637a">
Div here</div>
This div border color is #cb637a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,99,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb637a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb637a; -webkit-box-shadow: 1px 1px 3px 2px #cb637a; box-shadow: 1px 1px 3px 2px #cb637a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,99,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb637a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb637a; -webkit-box-shadow: 1px 1px 3px 2px #cb637a; box-shadow: 1px 1px 3px 2px #cb637a;">
Div content here</div>
This div box has shadow with color #cb637a
Comments
No comments written yet.
Please login to write comment.