Color spaces of #cb629e
RGB | 203 | 98 | 158 |
---|---|---|---|
HSL | 0.90 | 0.50 | 0.59 |
HSV | 326° | 52° | 80° |
CMYK | 0.00 | 0.52 | 0.22 0.20 |
XYZ | 35.1678 | 23.9005 | 35.1075 |
Yxy | 23.9005 | 0.3734 | 0.2538 |
Hunter Lab | 48.8881 | 42.8502 | -8.3556 |
CIE-Lab | 55.9880 | 48.6609 | -13.0266 |
#cb629e color RGB value is (203,98,158).
#cb629e hex color red value is 203, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cb629e hue: 0.90 , saturation: 0.50 and the lightness value of cb629e is 0.59.
The process color (four color CMYK) of #cb629e color hex is 0.00, 0.52, 0.22, 0.20. Web safe color of #cb629e is #cc6699. Color #cb629e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01100010 | 10011110 |
Octal | 313 | 142 | 236 |
Decimal | 203 | 98 | 158 |
Hex | CB | 62 | 9E |
Shades of #cb629e
Tints of #cb629e
RGB Percentages of Color #cb629e
CMYK Percentages of Color #cb629e
Complementary Color
#cb629e | #62cb8f |
#cb629e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb629e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb629e Color CSS Codes
.mybgcolor {background-color:#cb629e; } .myforecolor {color:#cb629e; } .mybordercolor {border:3px solid #cb629e; }
#cb629e Text Font Color
<p style="color:#cb629e">Text here</p>
This sample text font color is #cb629e
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.
#cb629e Background Color
<div style="background-color:#cb629e">
Div content here</div>
This div background color is #cb629e
#cb629e Border Color
<div style="border:3px solid #cb629e">
Div here</div>
This div border color is #cb629e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,98,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb629e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb629e; -webkit-box-shadow: 1px 1px 3px 2px #cb629e; box-shadow: 1px 1px 3px 2px #cb629e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,98,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb629e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb629e; -webkit-box-shadow: 1px 1px 3px 2px #cb629e; box-shadow: 1px 1px 3px 2px #cb629e;">
Div content here</div>
This div box has shadow with color #cb629e
Comments
No comments written yet.
Please login to write comment.