Color Hex Logo

#ae4ded Color Hex

#AE4DED
(174,77,237)
0 Favorites   0 Comments

Color spaces of #ae4ded

RGB 17477237
HSL0.770.820.62
HSV276°68°93°
CMYK 0.270.680.00   0.07
XYZ35.395520.420882.1968
Yxy20.42080.25650.1480
Hunter Lab45.189460.7323-76.2124
CIE-Lab52.309765.2889-64.3324

#ae4ded color RGB value is (174,77,237).

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

The process color (four color CMYK) of #ae4ded color hex is 0.27, 0.68, 0.00, 0.07. Web safe color of #ae4ded is #9966ff. Color #ae4ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 11101101
Octal 256 115 355
Decimal 174 77 237
Hex AE 4D ED

RGB Percentages of Color #ae4ded

%35.66
%15.78
%48.57

CMYK Percentages of Color #ae4ded

%27
%68
%0
%7

Triadic Colors of #ae4ded

#ae4ded #edae4d #4dedae

Analogous Colors of #ae4ded

#ae4ded #ed4ddc #5e4ded

Monochromatic Colors of #ae4ded

#ae4ded

Complementary Color

#ae4ded #8ced4d

#ae4ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4ded Color CSS Codes

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

#ae4ded Text Font Color

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

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


#ae4ded Background Color

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

This div background color is #ae4ded


#ae4ded Border Color

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

This div border color is #ae4ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4ded


Comments

No comments written yet.

Please login to write comment.