Color Hex Logo

#ae20be Color Hex

#AE20BE
(174,32,190)
0 Favorites   0 Comments

Color spaces of #ae20be

RGB 17432190
HSL0.820.710.44
HSV294°83°75°
CMYK 0.080.830.00   0.25
XYZ27.266313.749449.9320
Yxy13.74940.29980.1512
Hunter Lab37.080266.3667-53.8835
CIE-Lab43.871471.6947-51.0038

#ae20be color RGB value is (174,32,190).

#ae20be hex color red value is 174, green value is 32 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae20be hue: 0.82 , saturation: 0.71 and the lightness value of ae20be is 0.44.

The process color (four color CMYK) of #ae20be color hex is 0.08, 0.83, 0.00, 0.25. Web safe color of #ae20be is #9933cc. Color #ae20be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 10111110
Octal 256 40 276
Decimal 174 32 190
Hex AE 20 BE

RGB Percentages of Color #ae20be

%43.94
%8.08
%47.98

CMYK Percentages of Color #ae20be

%8
%83
%0
%25

Triadic Colors of #ae20be

#ae20be #beae20 #20beae

Analogous Colors of #ae20be

#ae20be #be207f #5f20be

Monochromatic Colors of #ae20be

#ae20be

Complementary Color

#ae20be #30be20

#ae20be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae20be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae20be Color CSS Codes

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

#ae20be Text Font Color

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

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


#ae20be Background Color

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

This div background color is #ae20be


#ae20be Border Color

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

This div border color is #ae20be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae20be


Comments

No comments written yet.

Please login to write comment.