Color Hex Logo

#ae55dc Color Hex

#AE55DC
(174,85,220)
0 Favorites   0 Comments

Color spaces of #ae55dc

RGB 17485220
HSL0.780.660.60
HSV280°61°86°
CMYK 0.210.610.00   0.14
XYZ33.622320.663069.9264
Yxy20.66300.27070.1664
Hunter Lab45.456652.4799-59.3869
CIE-Lab52.578758.0191-54.3144

#ae55dc color RGB value is (174,85,220).

#ae55dc hex color red value is 174, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae55dc hue: 0.78 , saturation: 0.66 and the lightness value of ae55dc is 0.60.

The process color (four color CMYK) of #ae55dc color hex is 0.21, 0.61, 0.00, 0.14. Web safe color of #ae55dc is #9966cc. Color #ae55dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 11011100
Octal 256 125 334
Decimal 174 85 220
Hex AE 55 DC

RGB Percentages of Color #ae55dc

%36.33
%17.75
%45.93

CMYK Percentages of Color #ae55dc

%21
%61
%0
%14

Triadic Colors of #ae55dc

#ae55dc #dcae55 #55dcae

Analogous Colors of #ae55dc

#ae55dc #dc55c7 #6b55dc

Monochromatic Colors of #ae55dc

#ae55dc

Complementary Color

#ae55dc #83dc55

#ae55dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae55dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae55dc Color CSS Codes

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

#ae55dc Text Font Color

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

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


#ae55dc Background Color

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

This div background color is #ae55dc


#ae55dc Border Color

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

This div border color is #ae55dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae55dc


Comments

No comments written yet.

Please login to write comment.