Color Hex Logo

#ae70ca Color Hex

#AE70CA
(174,112,202)
0 Favorites   0 Comments

Color spaces of #ae70ca

RGB 174112202
HSL0.780.460.62
HSV281°45°79°
CMYK 0.140.450.00   0.21
XYZ33.910424.851358.8866
Yxy24.85130.28820.2112
Hunter Lab49.851134.1824-35.1406
CIE-Lab56.930240.2695-37.2061

#ae70ca color RGB value is (174,112,202).

#ae70ca hex color red value is 174, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae70ca hue: 0.78 , saturation: 0.46 and the lightness value of ae70ca is 0.62.

The process color (four color CMYK) of #ae70ca color hex is 0.14, 0.45, 0.00, 0.21. Web safe color of #ae70ca is #9966cc. Color #ae70ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 11001010
Octal 256 160 312
Decimal 174 112 202
Hex AE 70 CA

RGB Percentages of Color #ae70ca

%35.66
%22.95
%41.39

CMYK Percentages of Color #ae70ca

%14
%45
%0
%21

Triadic Colors of #ae70ca

#ae70ca #caae70 #70caae

Analogous Colors of #ae70ca

#ae70ca #ca70b9 #8170ca

Monochromatic Colors of #ae70ca

#ae70ca

Complementary Color

#ae70ca #8cca70

#ae70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70ca Color CSS Codes

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

#ae70ca Text Font Color

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

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


#ae70ca Background Color

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

This div background color is #ae70ca


#ae70ca Border Color

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

This div border color is #ae70ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70ca


Comments

No comments written yet.

Please login to write comment.