Color spaces of #cb518e
RGB | 203 | 81 | 142 |
---|---|---|---|
HSL | 0.92 | 0.54 | 0.56 |
HSV | 330° | 60° | 80° |
CMYK | 0.00 | 0.60 | 0.30 0.20 |
XYZ | 32.4535 | 20.5344 | 27.8442 |
Yxy | 20.5344 | 0.4015 | 0.2540 |
Hunter Lab | 45.3149 | 48.5366 | -4.7109 |
CIE-Lab | 52.4361 | 54.4877 | -8.9534 |
#cb518e color RGB value is (203,81,142).
#cb518e hex color red value is 203, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cb518e hue: 0.92 , saturation: 0.54 and the lightness value of cb518e is 0.56.
The process color (four color CMYK) of #cb518e color hex is 0.00, 0.60, 0.30, 0.20. Web safe color of #cb518e is #cc6699. Color #cb518e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01010001 | 10001110 |
Octal | 313 | 121 | 216 |
Decimal | 203 | 81 | 142 |
Hex | CB | 51 | 8E |
Shades of #cb518e
Tints of #cb518e
RGB Percentages of Color #cb518e
CMYK Percentages of Color #cb518e
Complementary Color
#cb518e | #51cb8e |
#cb518e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb518e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb518e Color CSS Codes
.mybgcolor {background-color:#cb518e; } .myforecolor {color:#cb518e; } .mybordercolor {border:3px solid #cb518e; }
#cb518e Text Font Color
<p style="color:#cb518e">Text here</p>
This sample text font color is #cb518e
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.
#cb518e Background Color
<div style="background-color:#cb518e">
Div content here</div>
This div background color is #cb518e
#cb518e Border Color
<div style="border:3px solid #cb518e">
Div here</div>
This div border color is #cb518e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,81,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb518e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb518e; -webkit-box-shadow: 1px 1px 3px 2px #cb518e; box-shadow: 1px 1px 3px 2px #cb518e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,81,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 #cb518e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb518e; -webkit-box-shadow: 1px 1px 3px 2px #cb518e; box-shadow: 1px 1px 3px 2px #cb518e;">
Div content here</div>
This div box has shadow with color #cb518e
Comments
No comments written yet.
Please login to write comment.