Color Hex Logo

#ae22bd Color Hex

#AE22BD
(174,34,189)
0 Favorites   0 Comments

Color spaces of #ae22bd

RGB 17434189
HSL0.820.700.44
HSV294°82°74°
CMYK 0.080.820.00   0.26
XYZ27.212913.816849.3768
Yxy13.81680.30100.1528
Hunter Lab37.171065.6309-52.7394
CIE-Lab43.969071.0583-50.2616

#ae22bd color RGB value is (174,34,189).

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

The process color (four color CMYK) of #ae22bd color hex is 0.08, 0.82, 0.00, 0.26. Web safe color of #ae22bd is #9933cc. Color #ae22bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 10111101
Octal 256 42 275
Decimal 174 34 189
Hex AE 22 BD

RGB Percentages of Color #ae22bd

%43.83
%8.56
%47.61

CMYK Percentages of Color #ae22bd

%8
%82
%0
%26

Triadic Colors of #ae22bd

#ae22bd #bdae22 #22bdae

Analogous Colors of #ae22bd

#ae22bd #bd227f #6122bd

Monochromatic Colors of #ae22bd

#ae22bd

Complementary Color

#ae22bd #31bd22

#ae22bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae22bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae22bd Color CSS Codes

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

#ae22bd Text Font Color

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

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


#ae22bd Background Color

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

This div background color is #ae22bd


#ae22bd Border Color

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

This div border color is #ae22bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae22bd


Comments

No comments written yet.

Please login to write comment.