Color Hex Logo

#ae70bd Color Hex

#AE70BD
(174,112,189)
0 Favorites   0 Comments

Color spaces of #ae70bd

RGB 174112189
HSL0.800.370.59
HSV288°41°74°
CMYK 0.080.410.00   0.26
XYZ32.435024.261151.1175
Yxy24.26110.30080.2250
Hunter Lab49.255631.3458-27.0524
CIE-Lab56.348337.5585-30.7029

#ae70bd color RGB value is (174,112,189).

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

The process color (four color CMYK) of #ae70bd color hex is 0.08, 0.41, 0.00, 0.26. Web safe color of #ae70bd is #9966cc. Color #ae70bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10111101
Octal 256 160 275
Decimal 174 112 189
Hex AE 70 BD

RGB Percentages of Color #ae70bd

%36.63
%23.58
%39.79

CMYK Percentages of Color #ae70bd

%8
%41
%0
%26

Triadic Colors of #ae70bd

#ae70bd #bdae70 #70bdae

Analogous Colors of #ae70bd

#ae70bd #bd70a6 #8870bd

Monochromatic Colors of #ae70bd

#ae70bd

Complementary Color

#ae70bd #7fbd70

#ae70bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70bd Color CSS Codes

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

#ae70bd Text Font Color

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

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


#ae70bd Background Color

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

This div background color is #ae70bd


#ae70bd Border Color

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

This div border color is #ae70bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70bd


Comments

No comments written yet.

Please login to write comment.