Color Hex Logo

#5540bf Color Hex

#5540BF
(85,64,191)
0 Favorites   0 Comments

Color spaces of #5540bf

RGB 8564191
HSL0.690.500.50
HSV250°66°75°
CMYK 0.550.660.00   0.25
XYZ14.98379.359750.3071
Yxy9.35970.20070.1254
Hunter Lab30.593633.8843-76.0789
CIE-Lab36.667843.0871-63.8089

#5540bf color RGB value is (85,64,191).

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

The process color (four color CMYK) of #5540bf color hex is 0.55, 0.66, 0.00, 0.25. Web safe color of #5540bf is #6633cc. Color #5540bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 10111111
Octal 125 100 277
Decimal 85 64 191
Hex 55 40 BF

RGB Percentages of Color #5540bf

%25.00
%18.82
%56.18

CMYK Percentages of Color #5540bf

%55
%66
%0
%25

Triadic Colors of #5540bf

#5540bf #bf5540 #40bf55

Analogous Colors of #5540bf

#5540bf #9540bf #406bbf

Monochromatic Colors of #5540bf

#5540bf

Complementary Color

#5540bf #aabf40

#5540bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5540bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5540bf Color CSS Codes

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

#5540bf Text Font Color

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

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


#5540bf Background Color

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

This div background color is #5540bf


#5540bf Border Color

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

This div border color is #5540bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5540bf


Comments

No comments written yet.

Please login to write comment.