Color Hex Logo

#ae2eaf Color Hex

#AE2EAF
(174,46,175)
0 Favorites   0 Comments

Color spaces of #ae2eaf

RGB 17446175
HSL0.830.580.43
HSV300°74°69°
CMYK 0.010.740.00   0.31
XYZ26.170414.047841.8896
Yxy14.04780.31870.1711
Hunter Lab37.480459.0456-40.0286
CIE-Lab44.301465.3626-41.4927

#ae2eaf color RGB value is (174,46,175).

#ae2eaf hex color red value is 174, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae2eaf hue: 0.83 , saturation: 0.58 and the lightness value of ae2eaf is 0.43.

The process color (four color CMYK) of #ae2eaf color hex is 0.01, 0.74, 0.00, 0.31. Web safe color of #ae2eaf is #993399. Color #ae2eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101110 10101111
Octal 256 56 257
Decimal 174 46 175
Hex AE 2E AF

RGB Percentages of Color #ae2eaf

%44.05
%11.65
%44.30

CMYK Percentages of Color #ae2eaf

%1
%74
%0
%31

Triadic Colors of #ae2eaf

#ae2eaf #afae2e #2eafae

Analogous Colors of #ae2eaf

#ae2eaf #af2e70 #6e2eaf

Monochromatic Colors of #ae2eaf

#ae2eaf

Complementary Color

#ae2eaf #2faf2e

#ae2eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2eaf Color CSS Codes

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

#ae2eaf Text Font Color

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

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


#ae2eaf Background Color

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

This div background color is #ae2eaf


#ae2eaf Border Color

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

This div border color is #ae2eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2eaf


Comments

No comments written yet.

Please login to write comment.