Color Hex Logo

#5540ac Color Hex

#5540AC
(85,64,172)
0 Favorites   0 Comments

Color spaces of #5540ac

RGB 8564172
HSL0.700.460.46
HSV252°63°67°
CMYK 0.510.630.00   0.33
XYZ13.02618.576639.9986
Yxy8.57660.21150.1392
Hunter Lab29.285828.1451-60.4782
CIE-Lab35.156037.2877-55.0380

#5540ac color RGB value is (85,64,172).

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

The process color (four color CMYK) of #5540ac color hex is 0.51, 0.63, 0.00, 0.33. Web safe color of #5540ac is #663399. Color #5540ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 10101100
Octal 125 100 254
Decimal 85 64 172
Hex 55 40 AC

RGB Percentages of Color #5540ac

%26.48
%19.94
%53.58

CMYK Percentages of Color #5540ac

%51
%63
%0
%33

Triadic Colors of #5540ac

#5540ac #ac5540 #40ac55

Analogous Colors of #5540ac

#5540ac #8b40ac #4061ac

Monochromatic Colors of #5540ac

#5540ac

Complementary Color

#5540ac #97ac40

#5540ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5540ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5540ac Color CSS Codes

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

#5540ac Text Font Color

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

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


#5540ac Background Color

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

This div background color is #5540ac


#5540ac Border Color

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

This div border color is #5540ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5540ac


Comments

No comments written yet.

Please login to write comment.