color codes Logo

#ae0dab color codes

#AE0DAB
(174,13,171)
0 Favorites   0 Comments

Color spaces of #ae0dab

RGB 17413171
HSL0.840.860.37
HSV301°93°68°
CMYK 0.000.930.02   0.32
XYZ24.950212.226839.5731
Yxy12.22680.32510.1593
Hunter Lab34.966866.1747-42.6236
CIE-Lab41.574371.9811-43.4622

#ae0dab color RGB value is (174,13,171).

#ae0dab hex color red value is 174, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae0dab hue: 0.84 , saturation: 0.86 and the lightness value of ae0dab is 0.37.

The process color (four color CMYK) of #ae0dab color code is 0.00, 0.93, 0.02, 0.32. Web safe color of #ae0dab is #990099. Color #ae0dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001101 10101011
Octal 256 15 253
Decimal 174 13 171
Hex AE D AB

RGB Percentages of Color #ae0dab

%48.60
%3.63
%47.77

CMYK Percentages of Color #ae0dab

%0
%93
%2
%32

Triadic Colors of #ae0dab

#ae0dab #abae0d #0dabae

Analogous Colors of #ae0dab

#ae0dab #ae0d5b #600dae

Monochromatic Colors of #ae0dab

#ae0dab

Complementary Color

#ae0dab #0dae10

#ae0dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0dab Color CSS Codes

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

#ae0dab Text Font Color

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

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


#ae0dab Background Color

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

This div background color is #ae0dab


#ae0dab Border Color

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

This div border color is #ae0dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0dab


Comments

No comments written yet.

Please login to write comment.