Color Hex Logo

#5540aa Color Hex

#5540AA
(85,64,170)
0 Favorites   0 Comments

Color spaces of #5540aa

RGB 8564170
HSL0.700.450.46
HSV252°62°67°
CMYK 0.500.620.00   0.33
XYZ12.83548.500438.9944
Yxy8.50040.21280.1409
Hunter Lab29.155427.5609-58.8895
CIE-Lab35.004036.6785-54.0911

#5540aa color RGB value is (85,64,170).

#5540aa hex color red value is 85, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5540aa hue: 0.70 , saturation: 0.45 and the lightness value of 5540aa is 0.46.

The process color (four color CMYK) of #5540aa color hex is 0.50, 0.62, 0.00, 0.33. Web safe color of #5540aa is #663399. Color #5540aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 10101010
Octal 125 100 252
Decimal 85 64 170
Hex 55 40 AA

RGB Percentages of Color #5540aa

%26.65
%20.06
%53.29

CMYK Percentages of Color #5540aa

%50
%62
%0
%33

Triadic Colors of #5540aa

#5540aa #aa5540 #40aa55

Analogous Colors of #5540aa

#5540aa #8a40aa #4060aa

Monochromatic Colors of #5540aa

#5540aa

Complementary Color

#5540aa #95aa40

#5540aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5540aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5540aa Color CSS Codes

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

#5540aa Text Font Color

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

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


#5540aa Background Color

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

This div background color is #5540aa


#5540aa Border Color

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

This div border color is #5540aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5540aa


Comments

No comments written yet.

Please login to write comment.