Color spaces of #cb768e
RGB | 203 | 118 | 142 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.63 |
HSV | 343° | 42° | 80° |
CMYK | 0.00 | 0.42 | 0.30 0.20 |
XYZ | 35.9895 | 27.6064 | 29.0229 |
Yxy | 27.6064 | 0.3886 | 0.2981 |
Hunter Lab | 52.5418 | 30.3188 | 4.0288 |
CIE-Lab | 59.5315 | 36.1616 | 1.5133 |
#cb768e color RGB value is (203,118,142).
#cb768e hex color red value is 203, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cb768e hue: 0.95 , saturation: 0.45 and the lightness value of cb768e is 0.63.
The process color (four color CMYK) of #cb768e color hex is 0.00, 0.42, 0.30, 0.20. Web safe color of #cb768e is #cc6699. Color #cb768e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01110110 | 10001110 |
Octal | 313 | 166 | 216 |
Decimal | 203 | 118 | 142 |
Hex | CB | 76 | 8E |
Shades of #cb768e
Tints of #cb768e
RGB Percentages of Color #cb768e
CMYK Percentages of Color #cb768e
Complementary Color
#cb768e | #76cbb3 |
#cb768e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb768e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb768e Color CSS Codes
.mybgcolor {background-color:#cb768e; } .myforecolor {color:#cb768e; } .mybordercolor {border:3px solid #cb768e; }
#cb768e Text Font Color
<p style="color:#cb768e">Text here</p>
This sample text font color is #cb768e
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.
#cb768e Background Color
<div style="background-color:#cb768e">
Div content here</div>
This div background color is #cb768e
#cb768e Border Color
<div style="border:3px solid #cb768e">
Div here</div>
This div border color is #cb768e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,118,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb768e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb768e; -webkit-box-shadow: 1px 1px 3px 2px #cb768e; box-shadow: 1px 1px 3px 2px #cb768e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,118,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb768e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb768e; -webkit-box-shadow: 1px 1px 3px 2px #cb768e; box-shadow: 1px 1px 3px 2px #cb768e;">
Div content here</div>
This div box has shadow with color #cb768e
Comments
No comments written yet.
Please login to write comment.