Color Hex Logo

#ae0dbc Color Hex

#AE0DBC
(174,13,188)
0 Favorites   0 Comments

Color spaces of #ae0dbc

RGB 17413188
HSL0.820.870.39
HSV295°93°74°
CMYK 0.070.930.00   0.26
XYZ26.676612.917448.6642
Yxy12.91740.30230.1464
Hunter Lab35.940869.5930-55.1207
CIE-Lab42.638574.6141-51.8128

#ae0dbc color RGB value is (174,13,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001101 10111100
Octal 256 15 274
Decimal 174 13 188
Hex AE D BC

RGB Percentages of Color #ae0dbc

%46.40
%3.47
%50.13

CMYK Percentages of Color #ae0dbc

%7
%93
%0
%26

Triadic Colors of #ae0dbc

#ae0dbc #bcae0d #0dbcae

Analogous Colors of #ae0dbc

#ae0dbc #bc0d73 #560dbc

Monochromatic Colors of #ae0dbc

#ae0dbc

Complementary Color

#ae0dbc #1bbc0d

#ae0dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0dbc Color CSS Codes

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

#ae0dbc Text Font Color

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

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


#ae0dbc Background Color

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

This div background color is #ae0dbc


#ae0dbc Border Color

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

This div border color is #ae0dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0dbc


Comments

No comments written yet.

Please login to write comment.