Color Hex Logo

#ae4dbb Color Hex

#AE4DBB
(174,77,187)
0 Favorites   0 Comments

Color spaces of #ae4dbb

RGB 17477187
HSL0.810.450.52
HSV293°59°73°
CMYK 0.070.590.00   0.27
XYZ29.079117.894348.9350
Yxy17.89430.30320.1866
Hunter Lab42.301748.6770-38.9761
CIE-Lab49.367755.1557-40.4940

#ae4dbb color RGB value is (174,77,187).

#ae4dbb hex color red value is 174, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae4dbb hue: 0.81 , saturation: 0.45 and the lightness value of ae4dbb is 0.52.

The process color (four color CMYK) of #ae4dbb color hex is 0.07, 0.59, 0.00, 0.27. Web safe color of #ae4dbb is #9966cc. Color #ae4dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 10111011
Octal 256 115 273
Decimal 174 77 187
Hex AE 4D BB

RGB Percentages of Color #ae4dbb

%39.73
%17.58
%42.69

CMYK Percentages of Color #ae4dbb

%7
%59
%0
%27

Triadic Colors of #ae4dbb

#ae4dbb #bbae4d #4dbbae

Analogous Colors of #ae4dbb

#ae4dbb #bb4d91 #774dbb

Monochromatic Colors of #ae4dbb

#ae4dbb

Complementary Color

#ae4dbb #5abb4d

#ae4dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4dbb Color CSS Codes

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

#ae4dbb Text Font Color

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

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


#ae4dbb Background Color

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

This div background color is #ae4dbb


#ae4dbb Border Color

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

This div border color is #ae4dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4dbb


Comments

No comments written yet.

Please login to write comment.