Color Hex Logo

#ae70ba Color Hex

#AE70BA
(174,112,186)
0 Favorites   0 Comments

Color spaces of #ae70ba

RGB 174112186
HSL0.810.350.58
HSV290°40°73°
CMYK 0.060.400.00   0.27
XYZ32.112724.132249.4198
Yxy24.13220.30390.2284
Hunter Lab49.124530.7175-25.2592
CIE-Lab56.219936.9506-29.1840

#ae70ba color RGB value is (174,112,186).

#ae70ba hex color red value is 174, green value is 112 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae70ba hue: 0.81 , saturation: 0.35 and the lightness value of ae70ba is 0.58.

The process color (four color CMYK) of #ae70ba color hex is 0.06, 0.40, 0.00, 0.27. Web safe color of #ae70ba is #9966cc. Color #ae70ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10111010
Octal 256 160 272
Decimal 174 112 186
Hex AE 70 BA

RGB Percentages of Color #ae70ba

%36.86
%23.73
%39.41

CMYK Percentages of Color #ae70ba

%6
%40
%0
%27

Triadic Colors of #ae70ba

#ae70ba #baae70 #70baae

Analogous Colors of #ae70ba

#ae70ba #ba70a1 #8970ba

Monochromatic Colors of #ae70ba

#ae70ba

Complementary Color

#ae70ba #7cba70

#ae70ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70ba Color CSS Codes

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

#ae70ba Text Font Color

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

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


#ae70ba Background Color

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

This div background color is #ae70ba


#ae70ba Border Color

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

This div border color is #ae70ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70ba


Comments

No comments written yet.

Please login to write comment.