Color Hex Logo

#5517aa Color Hex

#5517AA
(85,23,170)
0 Favorites   0 Comments

Color spaces of #5517aa

RGB 8523170
HSL0.740.760.38
HSV265°86°67°
CMYK 0.500.860.00   0.33
XYZ11.30845.446438.4854
Yxy5.44640.20470.0986
Hunter Lab23.337545.6531-81.4376
CIE-Lab27.970556.3904-65.5973

#5517aa color RGB value is (85,23,170).

#5517aa hex color red value is 85, green value is 23 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5517aa hue: 0.74 , saturation: 0.76 and the lightness value of 5517aa is 0.38.

The process color (four color CMYK) of #5517aa color hex is 0.50, 0.86, 0.00, 0.33. Web safe color of #5517aa is #660099. Color #5517aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010111 10101010
Octal 125 27 252
Decimal 85 23 170
Hex 55 17 AA

RGB Percentages of Color #5517aa

%30.58
%8.27
%61.15

CMYK Percentages of Color #5517aa

%50
%86
%0
%33

Triadic Colors of #5517aa

#5517aa #aa5517 #17aa55

Analogous Colors of #5517aa

#5517aa #9f17aa #1723aa

Monochromatic Colors of #5517aa

#5517aa

Complementary Color

#5517aa #6caa17

#5517aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5517aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5517aa Color CSS Codes

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

#5517aa Text Font Color

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

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


#5517aa Background Color

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

This div background color is #5517aa


#5517aa Border Color

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

This div border color is #5517aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,23,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5517aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5517aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5517aa;
  box-shadow:         1px 1px 3px 2px #5517aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5517aa


Comments

No comments written yet.

Please login to write comment.