Color Hex Logo

#ae70bc Color Hex

#AE70BC
(174,112,188)
0 Favorites   0 Comments

Color spaces of #ae70bc

RGB 174112188
HSL0.800.360.59
HSV289°40°74°
CMYK 0.070.400.00   0.26
XYZ32.326824.217950.5477
Yxy24.21790.30190.2261
Hunter Lab49.211731.1349-26.4514
CIE-Lab56.305337.3548-30.1973

#ae70bc color RGB value is (174,112,188).

#ae70bc hex color red value is 174, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae70bc hue: 0.80 , saturation: 0.36 and the lightness value of ae70bc is 0.59.

The process color (four color CMYK) of #ae70bc color hex is 0.07, 0.40, 0.00, 0.26. Web safe color of #ae70bc is #9966cc. Color #ae70bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10111100
Octal 256 160 274
Decimal 174 112 188
Hex AE 70 BC

RGB Percentages of Color #ae70bc

%36.71
%23.63
%39.66

CMYK Percentages of Color #ae70bc

%7
%40
%0
%26

Triadic Colors of #ae70bc

#ae70bc #bcae70 #70bcae

Analogous Colors of #ae70bc

#ae70bc #bc70a4 #8870bc

Monochromatic Colors of #ae70bc

#ae70bc

Complementary Color

#ae70bc #7ebc70

#ae70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70bc Color CSS Codes

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

#ae70bc Text Font Color

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

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


#ae70bc Background Color

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

This div background color is #ae70bc


#ae70bc Border Color

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

This div border color is #ae70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70bc


Comments

No comments written yet.

Please login to write comment.