Color spaces of #c444bc
RGB | 196 | 68 | 188 |
---|---|---|---|
HSL | 0.84 | 0.52 | 0.52 |
HSV | 304° | 65° | 77° |
CMYK | 0.00 | 0.65 | 0.04 0.23 |
XYZ | 33.9092 | 19.5008 | 49.5538 |
Yxy | 19.5008 | 0.3293 | 0.1894 |
Hunter Lab | 44.1597 | 59.7864 | -35.6205 |
CIE-Lab | 51.2680 | 64.6714 | -37.8605 |
#c444bc color RGB value is (196,68,188).
#c444bc hex color red value is 196, green value is 68 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c444bc hue: 0.84 , saturation: 0.52 and the lightness value of c444bc is 0.52.
The process color (four color CMYK) of #c444bc color hex is 0.00, 0.65, 0.04, 0.23. Web safe color of #c444bc is #cc33cc. Color #c444bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01000100 | 10111100 |
Octal | 304 | 104 | 274 |
Decimal | 196 | 68 | 188 |
Hex | C4 | 44 | BC |
Shades of #c444bc
Tints of #c444bc
RGB Percentages of Color #c444bc
CMYK Percentages of Color #c444bc
Complementary Color
#c444bc | #44c44c |
#c444bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c444bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c444bc Color CSS Codes
.mybgcolor {background-color:#c444bc; } .myforecolor {color:#c444bc; } .mybordercolor {border:3px solid #c444bc; }
#c444bc Text Font Color
<p style="color:#c444bc">Text here</p>
This sample text font color is #c444bc
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.
#c444bc Background Color
<div style="background-color:#c444bc">
Div content here</div>
This div background color is #c444bc
#c444bc Border Color
<div style="border:3px solid #c444bc">
Div here</div>
This div border color is #c444bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,68,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c444bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c444bc; -webkit-box-shadow: 1px 1px 3px 2px #c444bc; box-shadow: 1px 1px 3px 2px #c444bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,68,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c444bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c444bc; -webkit-box-shadow: 1px 1px 3px 2px #c444bc; box-shadow: 1px 1px 3px 2px #c444bc;">
Div content here</div>
This div box has shadow with color #c444bc
Comments
No comments written yet.
Please login to write comment.