Color spaces of #c335bf
RGB | 195 | 53 | 191 |
---|---|---|---|
HSL | 0.84 | 0.57 | 0.49 |
HSV | 302° | 73° | 76° |
CMYK | 0.00 | 0.73 | 0.02 0.24 |
XYZ | 33.1827 | 17.9099 | 50.9982 |
Yxy | 17.9099 | 0.3250 | 0.1754 |
Hunter Lab | 42.3201 | 65.8997 | -41.8239 |
CIE-Lab | 49.3866 | 70.2300 | -42.5847 |
#c335bf color RGB value is (195,53,191).
#c335bf hex color red value is 195, green value is 53 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c335bf hue: 0.84 , saturation: 0.57 and the lightness value of c335bf is 0.49.
The process color (four color CMYK) of #c335bf color hex is 0.00, 0.73, 0.02, 0.24. Web safe color of #c335bf is #cc33cc. Color #c335bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00110101 | 10111111 |
Octal | 303 | 65 | 277 |
Decimal | 195 | 53 | 191 |
Hex | C3 | 35 | BF |
Shades of #c335bf
Tints of #c335bf
RGB Percentages of Color #c335bf
CMYK Percentages of Color #c335bf
Complementary Color
#c335bf | #35c339 |
#c335bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c335bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c335bf Color CSS Codes
.mybgcolor {background-color:#c335bf; } .myforecolor {color:#c335bf; } .mybordercolor {border:3px solid #c335bf; }
#c335bf Text Font Color
<p style="color:#c335bf">Text here</p>
This sample text font color is #c335bf
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.
#c335bf Background Color
<div style="background-color:#c335bf">
Div content here</div>
This div background color is #c335bf
#c335bf Border Color
<div style="border:3px solid #c335bf">
Div here</div>
This div border color is #c335bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,53,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c335bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c335bf; -webkit-box-shadow: 1px 1px 3px 2px #c335bf; box-shadow: 1px 1px 3px 2px #c335bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,53,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 #c335bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c335bf; -webkit-box-shadow: 1px 1px 3px 2px #c335bf; box-shadow: 1px 1px 3px 2px #c335bf;">
Div content here</div>
This div box has shadow with color #c335bf
Comments
No comments written yet.
Please login to write comment.