Color Hex Logo

#5439bb Color Hex

#5439BB
(84,57,187)
0 Favorites   0 Comments

Color spaces of #5439bb

RGB 8457187
HSL0.700.530.48
HSV252°70°73°
CMYK 0.550.700.00   0.27
XYZ14.08898.398947.8923
Yxy8.39890.20020.1193
Hunter Lab28.980936.0604-77.6931
CIE-Lab34.800245.6497-64.5144

#5439bb color RGB value is (84,57,187).

#5439bb hex color red value is 84, green value is 57 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5439bb hue: 0.70 , saturation: 0.53 and the lightness value of 5439bb is 0.48.

The process color (four color CMYK) of #5439bb color hex is 0.55, 0.70, 0.00, 0.27. Web safe color of #5439bb is #6633cc. Color #5439bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00111001 10111011
Octal 124 71 273
Decimal 84 57 187
Hex 54 39 BB

RGB Percentages of Color #5439bb

%25.61
%17.38
%57.01

CMYK Percentages of Color #5439bb

%55
%70
%0
%27

Triadic Colors of #5439bb

#5439bb #bb5439 #39bb54

Analogous Colors of #5439bb

#5439bb #9539bb #395fbb

Monochromatic Colors of #5439bb

#5439bb

Complementary Color

#5439bb #a0bb39

#5439bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5439bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5439bb Color CSS Codes

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

#5439bb Text Font Color

<p style="color:#5439bb">Text here</p>

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


#5439bb Background Color

<div style="background-color:#5439bb">
Div content here</div>

This div background color is #5439bb


#5439bb Border Color

<div style="border:3px solid #5439bb">
Div here</div>

This div border color is #5439bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,57,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5439bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5439bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5439bb;
  box-shadow:         1px 1px 3px 2px #5439bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,57,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5439bb


Comments

No comments written yet.

Please login to write comment.