Color Hex Logo

#ae0dbb Color Hex

#AE0DBB
(174,13,187)
0 Favorites   0 Comments

Color spaces of #ae0dbb

RGB 17413187
HSL0.820.870.39
HSV296°93°73°
CMYK 0.070.930.00   0.27
XYZ26.569112.874448.0984
Yxy12.87440.30350.1471
Hunter Lab35.880969.3841-54.3617
CIE-Lab42.573474.4545-51.3302

#ae0dbb color RGB value is (174,13,187).

#ae0dbb hex color red value is 174, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae0dbb hue: 0.82 , saturation: 0.87 and the lightness value of ae0dbb is 0.39.

The process color (four color CMYK) of #ae0dbb color hex is 0.07, 0.93, 0.00, 0.27. Web safe color of #ae0dbb is #9900cc. Color #ae0dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001101 10111011
Octal 256 15 273
Decimal 174 13 187
Hex AE D BB

RGB Percentages of Color #ae0dbb

%46.52
%3.48
%50.00

CMYK Percentages of Color #ae0dbb

%7
%93
%0
%27

Triadic Colors of #ae0dbb

#ae0dbb #bbae0d #0dbbae

Analogous Colors of #ae0dbb

#ae0dbb #bb0d71 #570dbb

Monochromatic Colors of #ae0dbb

#ae0dbb

Complementary Color

#ae0dbb #1abb0d

#ae0dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0dbb Color CSS Codes

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

#ae0dbb Text Font Color

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

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


#ae0dbb Background Color

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

This div background color is #ae0dbb


#ae0dbb Border Color

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

This div border color is #ae0dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0dbb


Comments

No comments written yet.

Please login to write comment.