Color Hex Logo

#c396af Color Hex

#C396AF
(195,150,175)
0 Favorites   0 Comments

Color spaces of #c396af

RGB 195150175
HSL0.910.270.68
HSV327°23°76°
CMYK 0.000.230.10   0.24
XYZ41.149936.509945.4357
Yxy36.50990.33430.2966
Hunter Lab60.423415.8221-2.2870
CIE-Lab66.907720.8903-6.5102

#c396af color RGB value is (195,150,175).

#c396af hex color red value is 195, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c396af hue: 0.91 , saturation: 0.27 and the lightness value of c396af is 0.68.

The process color (four color CMYK) of #c396af color hex is 0.00, 0.23, 0.10, 0.24. Web safe color of #c396af is #cc9999. Color #c396af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010110 10101111
Octal 303 226 257
Decimal 195 150 175
Hex C3 96 AF

RGB Percentages of Color #c396af

%37.50
%28.85
%33.65

CMYK Percentages of Color #c396af

%0
%23
%10
%24

Triadic Colors of #c396af

#c396af #afc396 #96afc3

Analogous Colors of #c396af

#c396af #c39699 #c196c3

Monochromatic Colors of #c396af

#c396af

Complementary Color

#c396af #96c3aa

#c396af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c396af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c396af Color CSS Codes

.mybgcolor {background-color:#c396af; } 
.myforecolor {color:#c396af; }
.mybordercolor {border:3px solid #c396af; }

#c396af Text Font Color

<p style="color:#c396af">Text here</p>

This sample text font color is #c396af
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.


#c396af Background Color

<div style="background-color:#c396af">
Div content here</div>

This div background color is #c396af


#c396af Border Color

<div style="border:3px solid #c396af">
Div here</div>

This div border color is #c396af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,150,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c396af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c396af;
  -webkit-box-shadow: 1px 1px 3px 2px #c396af;
  box-shadow:         1px 1px 3px 2px #c396af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,150,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 #c396af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c396af;
  -webkit-box-shadow: 1px 1px 3px 2px #c396af;
  box-shadow:         1px 1px 3px 2px #c396af;">
Div content here</div>

This div box has shadow with color #c396af


Comments

No comments written yet.

Please login to write comment.