Color spaces of #cd54bd
RGB | 205 | 84 | 189 |
---|---|---|---|
HSL | 0.86 | 0.55 | 0.57 |
HSV | 308° | 59° | 80° |
CMYK | 0.00 | 0.59 | 0.08 0.20 |
XYZ | 37.5325 | 22.9939 | 50.6042 |
Yxy | 22.9939 | 0.3377 | 0.2069 |
Hunter Lab | 47.9520 | 55.7979 | -29.0030 |
CIE-Lab | 55.0661 | 60.5065 | -32.3916 |
#cd54bd color RGB value is (205,84,189).
#cd54bd hex color red value is 205, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cd54bd hue: 0.86 , saturation: 0.55 and the lightness value of cd54bd is 0.57.
The process color (four color CMYK) of #cd54bd color hex is 0.00, 0.59, 0.08, 0.20. Web safe color of #cd54bd is #cc66cc. Color #cd54bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01010100 | 10111101 |
Octal | 315 | 124 | 275 |
Decimal | 205 | 84 | 189 |
Hex | CD | 54 | BD |
Shades of #cd54bd
Tints of #cd54bd
RGB Percentages of Color #cd54bd
CMYK Percentages of Color #cd54bd
Complementary Color
#cd54bd | #54cd64 |
#cd54bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd54bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd54bd Color CSS Codes
.mybgcolor {background-color:#cd54bd; } .myforecolor {color:#cd54bd; } .mybordercolor {border:3px solid #cd54bd; }
#cd54bd Text Font Color
<p style="color:#cd54bd">Text here</p>
This sample text font color is #cd54bd
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.
#cd54bd Background Color
<div style="background-color:#cd54bd">
Div content here</div>
This div background color is #cd54bd
#cd54bd Border Color
<div style="border:3px solid #cd54bd">
Div here</div>
This div border color is #cd54bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,84,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd54bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd54bd; -webkit-box-shadow: 1px 1px 3px 2px #cd54bd; box-shadow: 1px 1px 3px 2px #cd54bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,84,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd54bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd54bd; -webkit-box-shadow: 1px 1px 3px 2px #cd54bd; box-shadow: 1px 1px 3px 2px #cd54bd;">
Div content here</div>
This div box has shadow with color #cd54bd
Comments
No comments written yet.
Please login to write comment.