Color Hex Logo

#c397aa Color Hex

#C397AA
(195,151,170)
0 Favorites   0 Comments

Color spaces of #c397aa

RGB 195151170
HSL0.930.270.68
HSV334°23°76°
CMYK 0.000.230.13   0.24
XYZ40.828036.637642.9501
Yxy36.63760.33910.3043
Hunter Lab60.529014.47600.2994
CIE-Lab67.004219.4852-3.5671

#c397aa color RGB value is (195,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010111 10101010
Octal 303 227 252
Decimal 195 151 170
Hex C3 97 AA

RGB Percentages of Color #c397aa

%37.79
%29.26
%32.95

CMYK Percentages of Color #c397aa

%0
%23
%13
%24

Triadic Colors of #c397aa

#c397aa #aac397 #97aac3

Analogous Colors of #c397aa

#c397aa #c39a97 #c397c0

Monochromatic Colors of #c397aa

#c397aa

Complementary Color

#c397aa #97c3b0

#c397aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c397aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c397aa Color CSS Codes

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

#c397aa Text Font Color

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

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


#c397aa Background Color

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

This div background color is #c397aa


#c397aa Border Color

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

This div border color is #c397aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,151,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c397aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c397aa


Comments

No comments written yet.

Please login to write comment.