Color Hex Logo

#c394aa Color Hex

#C394AA
(195,148,170)
0 Favorites   0 Comments

Color spaces of #c394aa

RGB 195148170
HSL0.920.280.67
HSV332°24°76°
CMYK 0.000.240.13   0.24
XYZ40.351335.684242.7912
Yxy35.68420.33960.3003
Hunter Lab59.736316.0367-0.6562
CIE-Lab66.277921.1419-4.6383

#c394aa color RGB value is (195,148,170).

#c394aa hex color red value is 195, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c394aa hue: 0.92 , saturation: 0.28 and the lightness value of c394aa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 10101010
Octal 303 224 252
Decimal 195 148 170
Hex C3 94 AA

RGB Percentages of Color #c394aa

%38.01
%28.85
%33.14

CMYK Percentages of Color #c394aa

%0
%24
%13
%24

Triadic Colors of #c394aa

#c394aa #aac394 #94aac3

Analogous Colors of #c394aa

#c394aa #c39694 #c394c2

Monochromatic Colors of #c394aa

#c394aa

Complementary Color

#c394aa #94c3ad

#c394aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394aa Color CSS Codes

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

#c394aa Text Font Color

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

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


#c394aa Background Color

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

This div background color is #c394aa


#c394aa Border Color

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

This div border color is #c394aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394aa


Comments

No comments written yet.

Please login to write comment.