Color Hex Logo

#c398ad Color Hex

#C398AD
(195,152,173)
0 Favorites   0 Comments

Color spaces of #c398ad

RGB 195152173
HSL0.920.260.68
HSV331°22°76°
CMYK 0.000.220.11   0.24
XYZ41.276737.075744.5160
Yxy37.07570.33590.3018
Hunter Lab60.889814.4465-0.7235
CIE-Lab67.333819.4418-4.7603

#c398ad color RGB value is (195,152,173).

#c398ad hex color red value is 195, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c398ad hue: 0.92 , saturation: 0.26 and the lightness value of c398ad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011000 10101101
Octal 303 230 255
Decimal 195 152 173
Hex C3 98 AD

RGB Percentages of Color #c398ad

%37.50
%29.23
%33.27

CMYK Percentages of Color #c398ad

%0
%22
%11
%24

Triadic Colors of #c398ad

#c398ad #adc398 #98adc3

Analogous Colors of #c398ad

#c398ad #c39998 #c398c3

Monochromatic Colors of #c398ad

#c398ad

Complementary Color

#c398ad #98c3ae

#c398ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c398ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c398ad Color CSS Codes

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

#c398ad Text Font Color

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

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


#c398ad Background Color

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

This div background color is #c398ad


#c398ad Border Color

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

This div border color is #c398ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c398ad


Comments

No comments written yet.

Please login to write comment.