Color Hex Logo

#ae4dea Color Hex

#AE4DEA
(174,77,234)
0 Favorites   0 Comments

Color spaces of #ae4dea

RGB 17477234
HSL0.770.790.61
HSV277°67°92°
CMYK 0.260.670.00   0.08
XYZ34.960720.246979.9073
Yxy20.24690.25870.1498
Hunter Lab44.996659.9441-73.7928
CIE-Lab52.115264.6480-62.9609

#ae4dea color RGB value is (174,77,234).

#ae4dea hex color red value is 174, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae4dea hue: 0.77 , saturation: 0.79 and the lightness value of ae4dea is 0.61.

The process color (four color CMYK) of #ae4dea color hex is 0.26, 0.67, 0.00, 0.08. Web safe color of #ae4dea is #9966ff. Color #ae4dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 11101010
Octal 256 115 352
Decimal 174 77 234
Hex AE 4D EA

RGB Percentages of Color #ae4dea

%35.88
%15.88
%48.25

CMYK Percentages of Color #ae4dea

%26
%67
%0
%8

Triadic Colors of #ae4dea

#ae4dea #eaae4d #4deaae

Analogous Colors of #ae4dea

#ae4dea #ea4dd8 #604dea

Monochromatic Colors of #ae4dea

#ae4dea

Complementary Color

#ae4dea #89ea4d

#ae4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4dea Color CSS Codes

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

#ae4dea Text Font Color

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

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


#ae4dea Background Color

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

This div background color is #ae4dea


#ae4dea Border Color

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

This div border color is #ae4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4dea


Comments

No comments written yet.

Please login to write comment.