Color Hex Logo

#ae2dbc Color Hex

#AE2DBC
(174,45,188)
0 Favorites   0 Comments

Color spaces of #ae2dbc

RGB 17445188
HSL0.820.610.46
HSV294°76°74°
CMYK 0.070.760.00   0.26
XYZ27.471014.506348.9291
Yxy14.50630.30220.1596
Hunter Lab38.087162.0937-49.5066
CIE-Lab44.950467.8667-48.1037

#ae2dbc color RGB value is (174,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 10111100
Octal 256 55 274
Decimal 174 45 188
Hex AE 2D BC

RGB Percentages of Color #ae2dbc

%42.75
%11.06
%46.19

CMYK Percentages of Color #ae2dbc

%7
%76
%0
%26

Triadic Colors of #ae2dbc

#ae2dbc #bcae2d #2dbcae

Analogous Colors of #ae2dbc

#ae2dbc #bc2d83 #672dbc

Monochromatic Colors of #ae2dbc

#ae2dbc

Complementary Color

#ae2dbc #3bbc2d

#ae2dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dbc Color CSS Codes

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

#ae2dbc Text Font Color

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

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


#ae2dbc Background Color

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

This div background color is #ae2dbc


#ae2dbc Border Color

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

This div border color is #ae2dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dbc


Comments

No comments written yet.

Please login to write comment.