color codes Logo

#ae21bd color codes

#AE21BD
(174,33,189)
0 Favorites   0 Comments

Color spaces of #ae21bd

RGB 17433189
HSL0.820.700.44
HSV294°83°74°
CMYK 0.080.830.00   0.26
XYZ27.184713.760549.3674
Yxy13.76050.30100.1524
Hunter Lab37.095165.8949-52.9384
CIE-Lab43.887571.2960-50.3925

#ae21bd color RGB value is (174,33,189).

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

The process color (four color CMYK) of #ae21bd color code is 0.08, 0.83, 0.00, 0.26. Web safe color of #ae21bd is #9933cc. Color #ae21bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 10111101
Octal 256 41 275
Decimal 174 33 189
Hex AE 21 BD

RGB Percentages of Color #ae21bd

%43.94
%8.33
%47.73

CMYK Percentages of Color #ae21bd

%8
%83
%0
%26

Triadic Colors of #ae21bd

#ae21bd #bdae21 #21bdae

Analogous Colors of #ae21bd

#ae21bd #bd217e #6021bd

Monochromatic Colors of #ae21bd

#ae21bd

Complementary Color

#ae21bd #30bd21

#ae21bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21bd Color CSS Codes

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

#ae21bd Text Font Color

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

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


#ae21bd Background Color

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

This div background color is #ae21bd


#ae21bd Border Color

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

This div border color is #ae21bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21bd


Comments

No comments written yet.

Please login to write comment.