Color Hex Logo

#c394ae Color Hex

#C394AE
(195,148,174)
0 Favorites   0 Comments

Color spaces of #c394ae

RGB 195148174
HSL0.910.280.67
HSV327°24°76°
CMYK 0.000.240.11   0.24
XYZ40.735635.837944.8148
Yxy35.83790.33560.2952
Hunter Lab59.864816.6988-2.4792
CIE-Lab66.395921.8227-6.7087

#c394ae color RGB value is (195,148,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 10101110
Octal 303 224 256
Decimal 195 148 174
Hex C3 94 AE

RGB Percentages of Color #c394ae

%37.72
%28.63
%33.66

CMYK Percentages of Color #c394ae

%0
%24
%11
%24

Triadic Colors of #c394ae

#c394ae #aec394 #94aec3

Analogous Colors of #c394ae

#c394ae #c39497 #c194c3

Monochromatic Colors of #c394ae

#c394ae

Complementary Color

#c394ae #94c3a9

#c394ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394ae Color CSS Codes

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

#c394ae Text Font Color

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

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


#c394ae Background Color

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

This div background color is #c394ae


#c394ae Border Color

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

This div border color is #c394ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394ae


Comments

No comments written yet.

Please login to write comment.