Color Hex Logo

#c394ad Color Hex

#C394AD
(195,148,173)
0 Favorites   0 Comments

Color spaces of #c394ad

RGB 195148173
HSL0.910.280.67
HSV328°24°76°
CMYK 0.000.240.11   0.24
XYZ40.638435.799044.3032
Yxy35.79900.33660.2965
Hunter Lab59.832316.5317-2.0191
CIE-Lab66.366121.6511-6.1919

#c394ad color RGB value is (195,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 10101101
Octal 303 224 255
Decimal 195 148 173
Hex C3 94 AD

RGB Percentages of Color #c394ad

%37.79
%28.68
%33.53

CMYK Percentages of Color #c394ad

%0
%24
%11
%24

Triadic Colors of #c394ad

#c394ad #adc394 #94adc3

Analogous Colors of #c394ad

#c394ad #c39496 #c294c3

Monochromatic Colors of #c394ad

#c394ad

Complementary Color

#c394ad #94c3aa

#c394ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394ad Color CSS Codes

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

#c394ad Text Font Color

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

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


#c394ad Background Color

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

This div background color is #c394ad


#c394ad Border Color

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

This div border color is #c394ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394ad


Comments

No comments written yet.

Please login to write comment.