Color Hex Logo

#c40aae Color Hex

#C40AAE
(196,10,174)
0 Favorites   0 Comments

Color spaces of #c40aae

RGB 19610174
HSL0.850.900.40
HSV307°95°77°
CMYK 0.000.950.11   0.23
XYZ30.513515.008841.3332
Yxy15.00880.35130.1728
Hunter Lab38.741272.7938-36.1380
CIE-Lab45.646276.6472-38.5271

#c40aae color RGB value is (196,10,174).

#c40aae hex color red value is 196, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c40aae hue: 0.85 , saturation: 0.90 and the lightness value of c40aae is 0.40.

The process color (four color CMYK) of #c40aae color hex is 0.00, 0.95, 0.11, 0.23. Web safe color of #c40aae is #cc0099. Color #c40aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001010 10101110
Octal 304 12 256
Decimal 196 10 174
Hex C4 A AE

RGB Percentages of Color #c40aae

%51.58
%2.63
%45.79

CMYK Percentages of Color #c40aae

%0
%95
%11
%23

Triadic Colors of #c40aae

#c40aae #aec40a #0aaec4

Analogous Colors of #c40aae

#c40aae #c40a51 #7d0ac4

Monochromatic Colors of #c40aae

#c40aae

Complementary Color

#c40aae #0ac420

#c40aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40aae Color CSS Codes

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

#c40aae Text Font Color

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

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


#c40aae Background Color

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

This div background color is #c40aae


#c40aae Border Color

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

This div border color is #c40aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,10,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c40aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40aae


Comments

No comments written yet.

Please login to write comment.