Color spaces of #cd027b
RGB | 205 | 2 | 123 |
---|---|---|---|
HSL | 0.90 | 0.98 | 0.41 |
HSV | 324° | 99° | 80° |
CMYK | 0.00 | 0.99 | 0.40 0.20 |
XYZ | 28.7737 | 14.4526 | 20.0120 |
Yxy | 14.4526 | 0.4550 | 0.2285 |
Hunter Lab | 38.0166 | 68.5727 | -4.5988 |
CIE-Lab | 44.8751 | 73.3363 | -8.7550 |
#cd027b color RGB value is (205,2,123).
#cd027b hex color red value is 205, green value is 2 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cd027b hue: 0.90 , saturation: 0.98 and the lightness value of cd027b is 0.41.
The process color (four color CMYK) of #cd027b color hex is 0.00, 0.99, 0.40, 0.20. Web safe color of #cd027b is #cc0066. Color #cd027b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00000010 | 01111011 |
Octal | 315 | 2 | 173 |
Decimal | 205 | 2 | 123 |
Hex | CD | 2 | 7B |
Shades of #cd027b
Tints of #cd027b
RGB Percentages of Color #cd027b
CMYK Percentages of Color #cd027b
Complementary Color
#cd027b | #02cd54 |
#cd027b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd027b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd027b Color CSS Codes
.mybgcolor {background-color:#cd027b; } .myforecolor {color:#cd027b; } .mybordercolor {border:3px solid #cd027b; }
#cd027b Text Font Color
<p style="color:#cd027b">Text here</p>
This sample text font color is #cd027b
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.
#cd027b Background Color
<div style="background-color:#cd027b">
Div content here</div>
This div background color is #cd027b
#cd027b Border Color
<div style="border:3px solid #cd027b">
Div here</div>
This div border color is #cd027b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,2,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd027b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd027b; -webkit-box-shadow: 1px 1px 3px 2px #cd027b; box-shadow: 1px 1px 3px 2px #cd027b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,2,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd027b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd027b; -webkit-box-shadow: 1px 1px 3px 2px #cd027b; box-shadow: 1px 1px 3px 2px #cd027b;">
Div content here</div>
This div box has shadow with color #cd027b
Comments
No comments written yet.
Please login to write comment.