Color spaces of #c433cf
RGB | 196 | 51 | 207 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.51 |
HSV | 296° | 75° | 81° |
CMYK | 0.05 | 0.75 | 0.00 0.19 |
XYZ | 35.2113 | 18.6084 | 60.7674 |
Yxy | 18.6084 | 0.3073 | 0.1624 |
Hunter Lab | 43.1375 | 70.2115 | -53.3251 |
CIE-Lab | 50.2259 | 73.6457 | -50.4820 |
#c433cf color RGB value is (196,51,207).
#c433cf hex color red value is 196, green value is 51 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c433cf hue: 0.82 , saturation: 0.62 and the lightness value of c433cf is 0.51.
The process color (four color CMYK) of #c433cf color hex is 0.05, 0.75, 0.00, 0.19. Web safe color of #c433cf is #cc33cc. Color #c433cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00110011 | 11001111 |
Octal | 304 | 63 | 317 |
Decimal | 196 | 51 | 207 |
Hex | C4 | 33 | CF |
Shades of #c433cf
Tints of #c433cf
RGB Percentages of Color #c433cf
CMYK Percentages of Color #c433cf
Complementary Color
#c433cf | #3ecf33 |
#c433cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c433cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c433cf Color CSS Codes
.mybgcolor {background-color:#c433cf; } .myforecolor {color:#c433cf; } .mybordercolor {border:3px solid #c433cf; }
#c433cf Text Font Color
<p style="color:#c433cf">Text here</p>
This sample text font color is #c433cf
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.
#c433cf Background Color
<div style="background-color:#c433cf">
Div content here</div>
This div background color is #c433cf
#c433cf Border Color
<div style="border:3px solid #c433cf">
Div here</div>
This div border color is #c433cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,51,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c433cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c433cf; -webkit-box-shadow: 1px 1px 3px 2px #c433cf; box-shadow: 1px 1px 3px 2px #c433cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,51,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c433cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c433cf; -webkit-box-shadow: 1px 1px 3px 2px #c433cf; box-shadow: 1px 1px 3px 2px #c433cf;">
Div content here</div>
This div box has shadow with color #c433cf
Comments
No comments written yet.
Please login to write comment.