Color spaces of #cd36bf
RGB | 205 | 54 | 191 |
---|---|---|---|
HSL | 0.85 | 0.60 | 0.51 |
HSV | 306° | 74° | 80° |
CMYK | 0.00 | 0.74 | 0.07 0.20 |
XYZ | 35.9000 | 19.3791 | 51.1386 |
Yxy | 19.3791 | 0.3373 | 0.1821 |
Hunter Lab | 44.0217 | 68.5300 | -38.0601 |
CIE-Lab | 51.1278 | 72.0841 | -39.7251 |
#cd36bf color RGB value is (205,54,191).
#cd36bf hex color red value is 205, green value is 54 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cd36bf hue: 0.85 , saturation: 0.60 and the lightness value of cd36bf is 0.51.
The process color (four color CMYK) of #cd36bf color hex is 0.00, 0.74, 0.07, 0.20. Web safe color of #cd36bf is #cc33cc. Color #cd36bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00110110 | 10111111 |
Octal | 315 | 66 | 277 |
Decimal | 205 | 54 | 191 |
Hex | CD | 36 | BF |
Shades of #cd36bf
Tints of #cd36bf
RGB Percentages of Color #cd36bf
CMYK Percentages of Color #cd36bf
Complementary Color
#cd36bf | #36cd44 |
#cd36bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd36bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd36bf Color CSS Codes
.mybgcolor {background-color:#cd36bf; } .myforecolor {color:#cd36bf; } .mybordercolor {border:3px solid #cd36bf; }
#cd36bf Text Font Color
<p style="color:#cd36bf">Text here</p>
This sample text font color is #cd36bf
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.
#cd36bf Background Color
<div style="background-color:#cd36bf">
Div content here</div>
This div background color is #cd36bf
#cd36bf Border Color
<div style="border:3px solid #cd36bf">
Div here</div>
This div border color is #cd36bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,54,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd36bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd36bf; -webkit-box-shadow: 1px 1px 3px 2px #cd36bf; box-shadow: 1px 1px 3px 2px #cd36bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,54,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd36bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd36bf; -webkit-box-shadow: 1px 1px 3px 2px #cd36bf; box-shadow: 1px 1px 3px 2px #cd36bf;">
Div content here</div>
This div box has shadow with color #cd36bf
Comments
No comments written yet.
Please login to write comment.