Color spaces of #c34dbf
RGB | 195 | 77 | 191 |
---|---|---|---|
HSL | 0.84 | 0.50 | 0.53 |
HSV | 302° | 61° | 76° |
CMYK | 0.00 | 0.61 | 0.02 0.24 |
XYZ | 34.5635 | 20.6714 | 51.4585 |
Yxy | 20.6714 | 0.3240 | 0.1937 |
Hunter Lab | 45.4658 | 56.1321 | -35.2787 |
CIE-Lab | 52.5880 | 61.2484 | -37.5311 |
#c34dbf color RGB value is (195,77,191).
#c34dbf hex color red value is 195, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c34dbf hue: 0.84 , saturation: 0.50 and the lightness value of c34dbf is 0.53.
The process color (four color CMYK) of #c34dbf color hex is 0.00, 0.61, 0.02, 0.24. Web safe color of #c34dbf is #cc66cc. Color #c34dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01001101 | 10111111 |
Octal | 303 | 115 | 277 |
Decimal | 195 | 77 | 191 |
Hex | C3 | 4D | BF |
Shades of #c34dbf
Tints of #c34dbf
RGB Percentages of Color #c34dbf
CMYK Percentages of Color #c34dbf
Complementary Color
#c34dbf | #4dc351 |
#c34dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c34dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c34dbf Color CSS Codes
.mybgcolor {background-color:#c34dbf; } .myforecolor {color:#c34dbf; } .mybordercolor {border:3px solid #c34dbf; }
#c34dbf Text Font Color
<p style="color:#c34dbf">Text here</p>
This sample text font color is #c34dbf
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.
#c34dbf Background Color
<div style="background-color:#c34dbf">
Div content here</div>
This div background color is #c34dbf
#c34dbf Border Color
<div style="border:3px solid #c34dbf">
Div here</div>
This div border color is #c34dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,77,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c34dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c34dbf; -webkit-box-shadow: 1px 1px 3px 2px #c34dbf; box-shadow: 1px 1px 3px 2px #c34dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,77,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 #c34dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c34dbf; -webkit-box-shadow: 1px 1px 3px 2px #c34dbf; box-shadow: 1px 1px 3px 2px #c34dbf;">
Div content here</div>
This div box has shadow with color #c34dbf
Comments
No comments written yet.
Please login to write comment.