Color Hex Logo

#ae21be Color Hex

#AE21BE
(174,33,190)
0 Favorites   0 Comments

Color spaces of #ae21be

RGB 17433190
HSL0.820.700.44
HSV294°83°75°
CMYK 0.080.830.00   0.25
XYZ27.293713.804149.9411
Yxy13.80410.29980.1516
Hunter Lab37.153966.1091-53.6881
CIE-Lab43.950771.4634-50.8764

#ae21be color RGB value is (174,33,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 10111110
Octal 256 41 276
Decimal 174 33 190
Hex AE 21 BE

RGB Percentages of Color #ae21be

%43.83
%8.31
%47.86

CMYK Percentages of Color #ae21be

%8
%83
%0
%25

Triadic Colors of #ae21be

#ae21be #beae21 #21beae

Analogous Colors of #ae21be

#ae21be #be2180 #6021be

Monochromatic Colors of #ae21be

#ae21be

Complementary Color

#ae21be #31be21

#ae21be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21be Color CSS Codes

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

#ae21be Text Font Color

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

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


#ae21be Background Color

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

This div background color is #ae21be


#ae21be Border Color

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

This div border color is #ae21be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,33,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 #ae21be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21be


Comments

No comments written yet.

Please login to write comment.