Color spaces of #cd138a
RGB | 205 | 19 | 138 |
---|---|---|---|
HSL | 0.89 | 0.83 | 0.44 |
HSV | 322° | 91° | 80° |
CMYK | 0.00 | 0.91 | 0.33 0.20 |
XYZ | 29.9972 | 15.2799 | 25.4130 |
Yxy | 15.2799 | 0.4243 | 0.2162 |
Hunter Lab | 39.0895 | 68.5738 | -11.1831 |
CIE-Lab | 46.0152 | 73.1150 | -16.2161 |
#cd138a color RGB value is (205,19,138).
#cd138a hex color red value is 205, green value is 19 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cd138a hue: 0.89 , saturation: 0.83 and the lightness value of cd138a is 0.44.
The process color (four color CMYK) of #cd138a color hex is 0.00, 0.91, 0.33, 0.20. Web safe color of #cd138a is #cc0099. Color #cd138a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00010011 | 10001010 |
Octal | 315 | 23 | 212 |
Decimal | 205 | 19 | 138 |
Hex | CD | 13 | 8A |
Shades of #cd138a
Tints of #cd138a
RGB Percentages of Color #cd138a
CMYK Percentages of Color #cd138a
Complementary Color
#cd138a | #13cd56 |
#cd138a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd138a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd138a Color CSS Codes
.mybgcolor {background-color:#cd138a; } .myforecolor {color:#cd138a; } .mybordercolor {border:3px solid #cd138a; }
#cd138a Text Font Color
<p style="color:#cd138a">Text here</p>
This sample text font color is #cd138a
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.
#cd138a Background Color
<div style="background-color:#cd138a">
Div content here</div>
This div background color is #cd138a
#cd138a Border Color
<div style="border:3px solid #cd138a">
Div here</div>
This div border color is #cd138a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,19,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd138a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd138a; -webkit-box-shadow: 1px 1px 3px 2px #cd138a; box-shadow: 1px 1px 3px 2px #cd138a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,19,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd138a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd138a; -webkit-box-shadow: 1px 1px 3px 2px #cd138a; box-shadow: 1px 1px 3px 2px #cd138a;">
Div content here</div>
This div box has shadow with color #cd138a
Comments
No comments written yet.
Please login to write comment.