Color Hex Logo

#c463aa Color Hex

#C463AA
(196,99,170)
0 Favorites   0 Comments

Color spaces of #c463aa

RGB 19699170
HSL0.880.450.58
HSV316°49°77°
CMYK 0.000.490.13   0.23
XYZ34.482523.561740.7607
Yxy23.56170.34900.2385
Hunter Lab48.540441.8585-15.8092
CIE-Lab55.646347.7871-20.6140

#c463aa color RGB value is (196,99,170).

#c463aa hex color red value is 196, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c463aa hue: 0.88 , saturation: 0.45 and the lightness value of c463aa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100011 10101010
Octal 304 143 252
Decimal 196 99 170
Hex C4 63 AA

RGB Percentages of Color #c463aa

%42.15
%21.29
%36.56

CMYK Percentages of Color #c463aa

%0
%49
%13
%23

Triadic Colors of #c463aa

#c463aa #aac463 #63aac4

Analogous Colors of #c463aa

#c463aa #c4637a #ae63c4

Monochromatic Colors of #c463aa

#c463aa

Complementary Color

#c463aa #63c47d

#c463aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c463aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c463aa Color CSS Codes

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

#c463aa Text Font Color

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

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


#c463aa Background Color

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

This div background color is #c463aa


#c463aa Border Color

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

This div border color is #c463aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c463aa


Comments

No comments written yet.

Please login to write comment.