Color Hex Logo

#c493aa Color Hex

#C493AA
(196,147,170)
0 Favorites   0 Comments

Color spaces of #c493aa

RGB 196147170
HSL0.920.290.67
HSV332°25°77°
CMYK 0.000.250.13   0.23
XYZ40.454435.505542.7513
Yxy35.50550.34080.2991
Hunter Lab59.586516.9107-0.8280
CIE-Lab66.140322.0547-4.8300

#c493aa color RGB value is (196,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 10101010
Octal 304 223 252
Decimal 196 147 170
Hex C4 93 AA

RGB Percentages of Color #c493aa

%38.21
%28.65
%33.14

CMYK Percentages of Color #c493aa

%0
%25
%13
%23

Triadic Colors of #c493aa

#c493aa #aac493 #93aac4

Analogous Colors of #c493aa

#c493aa #c49593 #c493c3

Monochromatic Colors of #c493aa

#c493aa

Complementary Color

#c493aa #93c4ad

#c493aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c493aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c493aa Color CSS Codes

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

#c493aa Text Font Color

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

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


#c493aa Background Color

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

This div background color is #c493aa


#c493aa Border Color

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

This div border color is #c493aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c493aa


Comments

No comments written yet.

Please login to write comment.