Color Hex Logo

#c398aa Color Hex

#C398AA
(195,152,170)
0 Favorites   0 Comments

Color spaces of #c398aa

RGB 195152170
HSL0.930.260.68
HSV335°22°76°
CMYK 0.000.220.13   0.24
XYZ40.989636.960943.0040
Yxy36.96090.33890.3056
Hunter Lab60.795513.95640.6177
CIE-Lab67.247718.9330-3.2087

#c398aa color RGB value is (195,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011000 10101010
Octal 303 230 252
Decimal 195 152 170
Hex C3 98 AA

RGB Percentages of Color #c398aa

%37.72
%29.40
%32.88

CMYK Percentages of Color #c398aa

%0
%22
%13
%24

Triadic Colors of #c398aa

#c398aa #aac398 #98aac3

Analogous Colors of #c398aa

#c398aa #c39c98 #c398c0

Monochromatic Colors of #c398aa

#c398aa

Complementary Color

#c398aa #98c3b1

#c398aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c398aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c398aa Color CSS Codes

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

#c398aa Text Font Color

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

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


#c398aa Background Color

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

This div background color is #c398aa


#c398aa Border Color

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

This div border color is #c398aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c398aa


Comments

No comments written yet.

Please login to write comment.