Color Hex Logo

#5524ae Color Hex

#5524AE
(85,36,174)
0 Favorites   0 Comments

Color spaces of #5524ae

RGB 8536174
HSL0.730.660.41
HSV261°79°68°
CMYK 0.510.790.00   0.32
XYZ12.01726.249040.6172
Yxy6.24900.20410.1061
Hunter Lab24.998042.0632-78.8369
CIE-Lab30.032252.5380-64.6068

#5524ae color RGB value is (85,36,174).

#5524ae hex color red value is 85, green value is 36 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5524ae hue: 0.73 , saturation: 0.66 and the lightness value of 5524ae is 0.41.

The process color (four color CMYK) of #5524ae color hex is 0.51, 0.79, 0.00, 0.32. Web safe color of #5524ae is #663399. Color #5524ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 10101110
Octal 125 44 256
Decimal 85 36 174
Hex 55 24 AE

RGB Percentages of Color #5524ae

%28.81
%12.20
%58.98

CMYK Percentages of Color #5524ae

%51
%79
%0
%32

Triadic Colors of #5524ae

#5524ae #ae5524 #24ae55

Analogous Colors of #5524ae

#5524ae #9a24ae #2438ae

Monochromatic Colors of #5524ae

#5524ae

Complementary Color

#5524ae #7dae24

#5524ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5524ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5524ae Color CSS Codes

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

#5524ae Text Font Color

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

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


#5524ae Background Color

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

This div background color is #5524ae


#5524ae Border Color

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

This div border color is #5524ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5524ae


Comments

No comments written yet.

Please login to write comment.