Color Hex Logo

#ae7dbc Color Hex

#AE7DBC
(174,125,188)
0 Favorites   0 Comments

Color spaces of #ae7dbc

RGB 174125188
HSL0.800.320.61
HSV287°34°74°
CMYK 0.070.340.00   0.26
XYZ33.866327.296751.0608
Yxy27.29670.30180.2432
Hunter Lab52.246224.2737-21.3724
CIE-Lab59.248030.1256-25.6460

#ae7dbc color RGB value is (174,125,188).

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

The process color (four color CMYK) of #ae7dbc color hex is 0.07, 0.34, 0.00, 0.26. Web safe color of #ae7dbc is #9966cc. Color #ae7dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111101 10111100
Octal 256 175 274
Decimal 174 125 188
Hex AE 7D BC

RGB Percentages of Color #ae7dbc

%35.73
%25.67
%38.60

CMYK Percentages of Color #ae7dbc

%7
%34
%0
%26

Triadic Colors of #ae7dbc

#ae7dbc #bcae7d #7dbcae

Analogous Colors of #ae7dbc

#ae7dbc #bc7dab #8f7dbc

Monochromatic Colors of #ae7dbc

#ae7dbc

Complementary Color

#ae7dbc #8bbc7d

#ae7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7dbc Color CSS Codes

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

#ae7dbc Text Font Color

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

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


#ae7dbc Background Color

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

This div background color is #ae7dbc


#ae7dbc Border Color

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

This div border color is #ae7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7dbc


Comments

No comments written yet.

Please login to write comment.