color codes Logo

#ae70bb color codes

#AE70BB
(174,112,187)
0 Favorites   0 Comments

Color spaces of #ae70bb

RGB 174112187
HSL0.800.360.59
HSV290°40°73°
CMYK 0.070.400.00   0.27
XYZ32.219424.174949.9818
Yxy24.17490.30290.2273
Hunter Lab49.168030.9257-25.8538
CIE-Lab56.262537.1524-29.6910

#ae70bb color RGB value is (174,112,187).

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

The process color (four color CMYK) of #ae70bb color code is 0.07, 0.40, 0.00, 0.27. Web safe color of #ae70bb is #9966cc. Color #ae70bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10111011
Octal 256 160 273
Decimal 174 112 187
Hex AE 70 BB

RGB Percentages of Color #ae70bb

%36.79
%23.68
%39.53

CMYK Percentages of Color #ae70bb

%7
%40
%0
%27

Triadic Colors of #ae70bb

#ae70bb #bbae70 #70bbae

Analogous Colors of #ae70bb

#ae70bb #bb70a3 #8970bb

Monochromatic Colors of #ae70bb

#ae70bb

Complementary Color

#ae70bb #7dbb70

#ae70bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70bb Color CSS Codes

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

#ae70bb Text Font Color

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

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


#ae70bb Background Color

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

This div background color is #ae70bb


#ae70bb Border Color

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

This div border color is #ae70bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70bb


Comments

No comments written yet.

Please login to write comment.