Color Hex Logo

#c040aa Color Hex

#C040AA
(192,64,170)
0 Favorites   0 Comments

Color spaces of #c040aa

RGB 19264170
HSL0.860.500.50
HSV310°67°75°
CMYK 0.000.670.11   0.25
XYZ30.827317.775539.8365
Yxy17.77550.34860.2010
Hunter Lab42.161056.7340-26.5084
CIE-Lab49.222762.4012-30.5913

#c040aa color RGB value is (192,64,170).

#c040aa hex color red value is 192, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c040aa hue: 0.86 , saturation: 0.50 and the lightness value of c040aa is 0.50.

The process color (four color CMYK) of #c040aa color hex is 0.00, 0.67, 0.11, 0.25. Web safe color of #c040aa is #cc3399. Color #c040aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000000 10101010
Octal 300 100 252
Decimal 192 64 170
Hex C0 40 AA

RGB Percentages of Color #c040aa

%45.07
%15.02
%39.91

CMYK Percentages of Color #c040aa

%0
%67
%11
%25

Triadic Colors of #c040aa

#c040aa #aac040 #40aac0

Analogous Colors of #c040aa

#c040aa #c0406a #9640c0

Monochromatic Colors of #c040aa

#c040aa

Complementary Color

#c040aa #40c056

#c040aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c040aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c040aa Color CSS Codes

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

#c040aa Text Font Color

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

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


#c040aa Background Color

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

This div background color is #c040aa


#c040aa Border Color

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

This div border color is #c040aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c040aa


Comments

No comments written yet.

Please login to write comment.