color codes Logo

#ae56c0 color codes

#AE56C0
(174,86,192)
0 Favorites   0 Comments

Color spaces of #ae56c0

RGB 17486192
HSL0.810.460.55
HSV290°55°75°
CMYK 0.090.550.00   0.25
XYZ30.297819.460052.0285
Yxy19.46000.29770.1912
Hunter Lab44.113545.3978-39.0486
CIE-Lab51.221151.8091-40.4609

#ae56c0 color RGB value is (174,86,192).

#ae56c0 hex color red value is 174, green value is 86 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ae56c0 hue: 0.81 , saturation: 0.46 and the lightness value of ae56c0 is 0.55.

The process color (four color CMYK) of #ae56c0 color code is 0.09, 0.55, 0.00, 0.25. Web safe color of #ae56c0 is #9966cc. Color #ae56c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 11000000
Octal 256 126 300
Decimal 174 86 192
Hex AE 56 C0

RGB Percentages of Color #ae56c0

%38.50
%19.03
%42.48

CMYK Percentages of Color #ae56c0

%9
%55
%0
%25

Triadic Colors of #ae56c0

#ae56c0 #c0ae56 #56c0ae

Analogous Colors of #ae56c0

#ae56c0 #c0569d #7956c0

Monochromatic Colors of #ae56c0

#ae56c0

Complementary Color

#ae56c0 #68c056

#ae56c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56c0 Color CSS Codes

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

#ae56c0 Text Font Color

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

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


#ae56c0 Background Color

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

This div background color is #ae56c0


#ae56c0 Border Color

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

This div border color is #ae56c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56c0


Comments

No comments written yet.

Please login to write comment.