Color Hex Logo

#5518ae Color Hex

#5518AE
(85,24,174)
0 Favorites   0 Comments

Color spaces of #5518ae

RGB 8524174
HSL0.730.760.39
HSV264°86°68°
CMYK 0.510.860.00   0.32
XYZ11.71295.640640.5158
Yxy5.64060.20240.0975
Hunter Lab23.749946.4695-84.5198
CIE-Lab28.487057.0619-67.1510

#5518ae color RGB value is (85,24,174).

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

The process color (four color CMYK) of #5518ae color hex is 0.51, 0.86, 0.00, 0.32. Web safe color of #5518ae is #660099. Color #5518ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011000 10101110
Octal 125 30 256
Decimal 85 24 174
Hex 55 18 AE

RGB Percentages of Color #5518ae

%30.04
%8.48
%61.48

CMYK Percentages of Color #5518ae

%51
%86
%0
%32

Triadic Colors of #5518ae

#5518ae #ae5518 #18ae55

Analogous Colors of #5518ae

#5518ae #a018ae #1826ae

Monochromatic Colors of #5518ae

#5518ae

Complementary Color

#5518ae #71ae18

#5518ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5518ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5518ae Color CSS Codes

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

#5518ae Text Font Color

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

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


#5518ae Background Color

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

This div background color is #5518ae


#5518ae Border Color

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

This div border color is #5518ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,24,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 #5518ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5518ae


Comments

No comments written yet.

Please login to write comment.