Color spaces of #c21dbb
RGB | 194 | 29 | 187 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.44 |
HSV | 303° | 85° | 76° |
CMYK | 0.00 | 0.85 | 0.04 0.24 |
XYZ | 31.6571 | 15.9359 | 48.4211 |
Yxy | 15.9359 | 0.3297 | 0.1660 |
Hunter Lab | 39.9198 | 71.6940 | -43.9725 |
CIE-Lab | 46.8903 | 75.5098 | -44.2272 |
#c21dbb color RGB value is (194,29,187).
#c21dbb hex color red value is 194, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c21dbb hue: 0.84 , saturation: 0.74 and the lightness value of c21dbb is 0.44.
The process color (four color CMYK) of #c21dbb color hex is 0.00, 0.85, 0.04, 0.24. Web safe color of #c21dbb is #cc33cc. Color #c21dbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00011101 | 10111011 |
Octal | 302 | 35 | 273 |
Decimal | 194 | 29 | 187 |
Hex | C2 | 1D | BB |
Shades of #c21dbb
Tints of #c21dbb
RGB Percentages of Color #c21dbb
CMYK Percentages of Color #c21dbb
Complementary Color
#c21dbb | #1dc224 |
#c21dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c21dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c21dbb Color CSS Codes
.mybgcolor {background-color:#c21dbb; } .myforecolor {color:#c21dbb; } .mybordercolor {border:3px solid #c21dbb; }
#c21dbb Text Font Color
<p style="color:#c21dbb">Text here</p>
This sample text font color is #c21dbb
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.
#c21dbb Background Color
<div style="background-color:#c21dbb">
Div content here</div>
This div background color is #c21dbb
#c21dbb Border Color
<div style="border:3px solid #c21dbb">
Div here</div>
This div border color is #c21dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,29,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c21dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c21dbb; -webkit-box-shadow: 1px 1px 3px 2px #c21dbb; box-shadow: 1px 1px 3px 2px #c21dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,29,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c21dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c21dbb; -webkit-box-shadow: 1px 1px 3px 2px #c21dbb; box-shadow: 1px 1px 3px 2px #c21dbb;">
Div content here</div>
This div box has shadow with color #c21dbb
Comments
No comments written yet.
Please login to write comment.