Color spaces of #cd19bf
RGB | 205 | 25 | 191 |
---|---|---|---|
HSL | 0.85 | 0.78 | 0.45 |
HSV | 305° | 88° | 80° |
CMYK | 0.00 | 0.88 | 0.07 0.20 |
XYZ | 34.9284 | 17.4360 | 50.8148 |
Yxy | 17.4360 | 0.3385 | 0.1690 |
Hunter Lab | 41.7564 | 76.2378 | -42.9225 |
CIE-Lab | 48.8048 | 78.8069 | -43.4015 |
#cd19bf color RGB value is (205,25,191).
#cd19bf hex color red value is 205, green value is 25 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cd19bf hue: 0.85 , saturation: 0.78 and the lightness value of cd19bf is 0.45.
The process color (four color CMYK) of #cd19bf color hex is 0.00, 0.88, 0.07, 0.20. Web safe color of #cd19bf is #cc00cc. Color #cd19bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00011001 | 10111111 |
Octal | 315 | 31 | 277 |
Decimal | 205 | 25 | 191 |
Hex | CD | 19 | BF |
Shades of #cd19bf
Tints of #cd19bf
RGB Percentages of Color #cd19bf
CMYK Percentages of Color #cd19bf
Complementary Color
#cd19bf | #19cd27 |
#cd19bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd19bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd19bf Color CSS Codes
.mybgcolor {background-color:#cd19bf; } .myforecolor {color:#cd19bf; } .mybordercolor {border:3px solid #cd19bf; }
#cd19bf Text Font Color
<p style="color:#cd19bf">Text here</p>
This sample text font color is #cd19bf
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.
#cd19bf Background Color
<div style="background-color:#cd19bf">
Div content here</div>
This div background color is #cd19bf
#cd19bf Border Color
<div style="border:3px solid #cd19bf">
Div here</div>
This div border color is #cd19bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,25,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd19bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd19bf; -webkit-box-shadow: 1px 1px 3px 2px #cd19bf; box-shadow: 1px 1px 3px 2px #cd19bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,25,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 #cd19bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd19bf; -webkit-box-shadow: 1px 1px 3px 2px #cd19bf; box-shadow: 1px 1px 3px 2px #cd19bf;">
Div content here</div>
This div box has shadow with color #cd19bf
Comments
No comments written yet.
Please login to write comment.