Color Hex Logo

#ae4dbc Color Hex

#AE4DBC
(174,77,188)
0 Favorites   0 Comments

Color spaces of #ae4dbc

RGB 17477188
HSL0.810.450.52
HSV292°59°74°
CMYK 0.070.590.00   0.26
XYZ29.186517.937349.5009
Yxy17.93730.30210.1856
Hunter Lab42.352448.8936-39.6505
CIE-Lab49.420055.3444-40.9921

#ae4dbc color RGB value is (174,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 10111100
Octal 256 115 274
Decimal 174 77 188
Hex AE 4D BC

RGB Percentages of Color #ae4dbc

%39.64
%17.54
%42.82

CMYK Percentages of Color #ae4dbc

%7
%59
%0
%26

Triadic Colors of #ae4dbc

#ae4dbc #bcae4d #4dbcae

Analogous Colors of #ae4dbc

#ae4dbc #bc4d93 #774dbc

Monochromatic Colors of #ae4dbc

#ae4dbc

Complementary Color

#ae4dbc #5bbc4d

#ae4dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4dbc Color CSS Codes

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

#ae4dbc Text Font Color

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

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


#ae4dbc Background Color

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

This div background color is #ae4dbc


#ae4dbc Border Color

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

This div border color is #ae4dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4dbc


Comments

No comments written yet.

Please login to write comment.