Color spaces of #c41dcb
RGB | 196 | 29 | 203 |
---|---|---|---|
HSL | 0.83 | 0.75 | 0.45 |
HSV | 298° | 86° | 80° |
CMYK | 0.03 | 0.86 | 0.00 0.20 |
XYZ | 33.9838 | 16.9263 | 57.9759 |
Yxy | 16.9263 | 0.3121 | 0.1554 |
Hunter Lab | 41.1416 | 75.4469 | -54.7512 |
CIE-Lab | 48.1670 | 78.2977 | -51.4707 |
#c41dcb color RGB value is (196,29,203).
#c41dcb hex color red value is 196, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c41dcb hue: 0.83 , saturation: 0.75 and the lightness value of c41dcb is 0.45.
The process color (four color CMYK) of #c41dcb color hex is 0.03, 0.86, 0.00, 0.20. Web safe color of #c41dcb is #cc33cc. Color #c41dcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00011101 | 11001011 |
Octal | 304 | 35 | 313 |
Decimal | 196 | 29 | 203 |
Hex | C4 | 1D | CB |
Shades of #c41dcb
Tints of #c41dcb
RGB Percentages of Color #c41dcb
CMYK Percentages of Color #c41dcb
Complementary Color
#c41dcb | #24cb1d |
#c41dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c41dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c41dcb Color CSS Codes
.mybgcolor {background-color:#c41dcb; } .myforecolor {color:#c41dcb; } .mybordercolor {border:3px solid #c41dcb; }
#c41dcb Text Font Color
<p style="color:#c41dcb">Text here</p>
This sample text font color is #c41dcb
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.
#c41dcb Background Color
<div style="background-color:#c41dcb">
Div content here</div>
This div background color is #c41dcb
#c41dcb Border Color
<div style="border:3px solid #c41dcb">
Div here</div>
This div border color is #c41dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,29,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c41dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c41dcb; -webkit-box-shadow: 1px 1px 3px 2px #c41dcb; box-shadow: 1px 1px 3px 2px #c41dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,29,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c41dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c41dcb; -webkit-box-shadow: 1px 1px 3px 2px #c41dcb; box-shadow: 1px 1px 3px 2px #c41dcb;">
Div content here</div>
This div box has shadow with color #c41dcb
Comments
No comments written yet.
Please login to write comment.