Color Hex Logo

#ae2dbd Color Hex

#AE2DBD
(174,45,189)
0 Favorites   0 Comments

Color spaces of #ae2dbd

RGB 17445189
HSL0.820.620.46
HSV294°76°74°
CMYK 0.080.760.00   0.26
XYZ27.579314.549649.4989
Yxy14.54960.30100.1588
Hunter Lab38.143962.3094-50.2391
CIE-Lab45.011068.0394-48.5916

#ae2dbd color RGB value is (174,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 10111101
Octal 256 55 275
Decimal 174 45 189
Hex AE 2D BD

RGB Percentages of Color #ae2dbd

%42.65
%11.03
%46.32

CMYK Percentages of Color #ae2dbd

%8
%76
%0
%26

Triadic Colors of #ae2dbd

#ae2dbd #bdae2d #2dbdae

Analogous Colors of #ae2dbd

#ae2dbd #bd2d84 #662dbd

Monochromatic Colors of #ae2dbd

#ae2dbd

Complementary Color

#ae2dbd #3cbd2d

#ae2dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dbd Color CSS Codes

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

#ae2dbd Text Font Color

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

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


#ae2dbd Background Color

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

This div background color is #ae2dbd


#ae2dbd Border Color

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

This div border color is #ae2dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dbd


Comments

No comments written yet.

Please login to write comment.