Color spaces of #c384af
RGB | 195 | 132 | 175 |
---|---|---|---|
HSL | 0.89 | 0.34 | 0.64 |
HSV | 319° | 32° | 76° |
CMYK | 0.00 | 0.32 | 0.10 0.24 |
XYZ | 38.4948 | 31.1998 | 44.5507 |
Yxy | 31.1998 | 0.3369 | 0.2731 |
Hunter Lab | 55.8568 | 25.2674 | -8.1892 |
CIE-Lab | 62.6759 | 30.8138 | -12.8296 |
#c384af color RGB value is (195,132,175).
#c384af hex color red value is 195, green value is 132 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c384af hue: 0.89 , saturation: 0.34 and the lightness value of c384af is 0.64.
The process color (four color CMYK) of #c384af color hex is 0.00, 0.32, 0.10, 0.24. Web safe color of #c384af is #cc9999. Color #c384af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10000100 | 10101111 |
Octal | 303 | 204 | 257 |
Decimal | 195 | 132 | 175 |
Hex | C3 | 84 | AF |
Shades of #c384af
Tints of #c384af
RGB Percentages of Color #c384af
CMYK Percentages of Color #c384af
Complementary Color
#c384af | #84c398 |
#c384af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c384af Color Preview on White Background
Lorem ipsum dolor sit amet.
#c384af Color CSS Codes
.mybgcolor {background-color:#c384af; } .myforecolor {color:#c384af; } .mybordercolor {border:3px solid #c384af; }
#c384af Text Font Color
<p style="color:#c384af">Text here</p>
This sample text font color is #c384af
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.
#c384af Background Color
<div style="background-color:#c384af">
Div content here</div>
This div background color is #c384af
#c384af Border Color
<div style="border:3px solid #c384af">
Div here</div>
This div border color is #c384af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,132,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c384af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c384af; -webkit-box-shadow: 1px 1px 3px 2px #c384af; box-shadow: 1px 1px 3px 2px #c384af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,132,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c384af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c384af; -webkit-box-shadow: 1px 1px 3px 2px #c384af; box-shadow: 1px 1px 3px 2px #c384af;">
Div content here</div>
This div box has shadow with color #c384af
Comments
No comments written yet.
Please login to write comment.