Color Hex Logo

#c459aa Color Hex

#C459AA
(196,89,170)
0 Favorites   0 Comments

Color spaces of #c459aa

RGB 19689170
HSL0.870.480.56
HSV315°55°77°
CMYK 0.000.550.13   0.23
XYZ33.593021.782840.4642
Yxy21.78280.35050.2273
Hunter Lab46.672046.8023-18.7334
CIE-Lab53.795852.6702-23.4541

#c459aa color RGB value is (196,89,170).

#c459aa hex color red value is 196, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c459aa hue: 0.87 , saturation: 0.48 and the lightness value of c459aa is 0.56.

The process color (four color CMYK) of #c459aa color hex is 0.00, 0.55, 0.13, 0.23. Web safe color of #c459aa is #cc6699. Color #c459aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011001 10101010
Octal 304 131 252
Decimal 196 89 170
Hex C4 59 AA

RGB Percentages of Color #c459aa

%43.08
%19.56
%37.36

CMYK Percentages of Color #c459aa

%0
%55
%13
%23

Triadic Colors of #c459aa

#c459aa #aac459 #59aac4

Analogous Colors of #c459aa

#c459aa #c45975 #a959c4

Monochromatic Colors of #c459aa

#c459aa

Complementary Color

#c459aa #59c473

#c459aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c459aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c459aa Color CSS Codes

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

#c459aa Text Font Color

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

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


#c459aa Background Color

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

This div background color is #c459aa


#c459aa Border Color

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

This div border color is #c459aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c459aa


Comments

No comments written yet.

Please login to write comment.