Color Hex Logo

#ae2bdd Color Hex

#AE2BDD
(174,43,221)
0 Favorites   0 Comments

Color spaces of #ae2bdd

RGB 17443221
HSL0.790.720.52
HSV284°81°87°
CMYK 0.210.810.00   0.13
XYZ31.370615.946969.8313
Yxy15.94690.26780.1361
Hunter Lab39.933670.3404-75.7261
CIE-Lab46.904774.3987-64.0187

#ae2bdd color RGB value is (174,43,221).

#ae2bdd hex color red value is 174, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae2bdd hue: 0.79 , saturation: 0.72 and the lightness value of ae2bdd is 0.52.

The process color (four color CMYK) of #ae2bdd color hex is 0.21, 0.81, 0.00, 0.13. Web safe color of #ae2bdd is #9933cc. Color #ae2bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101011 11011101
Octal 256 53 335
Decimal 174 43 221
Hex AE 2B DD

RGB Percentages of Color #ae2bdd

%39.73
%9.82
%50.46

CMYK Percentages of Color #ae2bdd

%21
%81
%0
%13

Triadic Colors of #ae2bdd

#ae2bdd #ddae2b #2bddae

Analogous Colors of #ae2bdd

#ae2bdd #dd2bb3 #552bdd

Monochromatic Colors of #ae2bdd

#ae2bdd

Complementary Color

#ae2bdd #5add2b

#ae2bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2bdd Color CSS Codes

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

#ae2bdd Text Font Color

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

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


#ae2bdd Background Color

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

This div background color is #ae2bdd


#ae2bdd Border Color

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

This div border color is #ae2bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2bdd


Comments

No comments written yet.

Please login to write comment.