Color spaces of #cd51bc
RGB | 205 | 81 | 188 |
---|---|---|---|
HSL | 0.86 | 0.55 | 0.56 |
HSV | 308° | 60° | 80° |
CMYK | 0.00 | 0.60 | 0.08 0.20 |
XYZ | 37.1964 | 22.4948 | 49.9584 |
Yxy | 22.4948 | 0.3392 | 0.2052 |
Hunter Lab | 47.4287 | 56.9901 | -29.2523 |
CIE-Lab | 54.5481 | 61.6407 | -32.6228 |
#cd51bc color RGB value is (205,81,188).
#cd51bc hex color red value is 205, green value is 81 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cd51bc hue: 0.86 , saturation: 0.55 and the lightness value of cd51bc is 0.56.
The process color (four color CMYK) of #cd51bc color hex is 0.00, 0.60, 0.08, 0.20. Web safe color of #cd51bc is #cc66cc. Color #cd51bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01010001 | 10111100 |
Octal | 315 | 121 | 274 |
Decimal | 205 | 81 | 188 |
Hex | CD | 51 | BC |
Shades of #cd51bc
Tints of #cd51bc
RGB Percentages of Color #cd51bc
CMYK Percentages of Color #cd51bc
Complementary Color
#cd51bc | #51cd62 |
#cd51bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd51bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd51bc Color CSS Codes
.mybgcolor {background-color:#cd51bc; } .myforecolor {color:#cd51bc; } .mybordercolor {border:3px solid #cd51bc; }
#cd51bc Text Font Color
<p style="color:#cd51bc">Text here</p>
This sample text font color is #cd51bc
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.
#cd51bc Background Color
<div style="background-color:#cd51bc">
Div content here</div>
This div background color is #cd51bc
#cd51bc Border Color
<div style="border:3px solid #cd51bc">
Div here</div>
This div border color is #cd51bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,81,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd51bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd51bc; -webkit-box-shadow: 1px 1px 3px 2px #cd51bc; box-shadow: 1px 1px 3px 2px #cd51bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,81,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd51bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd51bc; -webkit-box-shadow: 1px 1px 3px 2px #cd51bc; box-shadow: 1px 1px 3px 2px #cd51bc;">
Div content here</div>
This div box has shadow with color #cd51bc
Comments
No comments written yet.
Please login to write comment.