Color Hex Logo

#5854bb Color Hex

#5854BB
(88,84,187)
0 Favorites   0 Comments

Color spaces of #5854bb

RGB 8884187
HSL0.670.430.53
HSV242°55°73°
CMYK 0.530.550.00   0.27
XYZ16.164512.003248.4786
Yxy12.00320.21090.1566
Hunter Lab34.645622.6523-58.7108
CIE-Lab41.221230.3770-54.0618

#5854bb color RGB value is (88,84,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010100 10111011
Octal 130 124 273
Decimal 88 84 187
Hex 58 54 BB

RGB Percentages of Color #5854bb

%24.51
%23.40
%52.09

CMYK Percentages of Color #5854bb

%53
%55
%0
%27

Triadic Colors of #5854bb

#5854bb #bb5854 #54bb58

Analogous Colors of #5854bb

#5854bb #8c54bb #5484bb

Monochromatic Colors of #5854bb

#5854bb

Complementary Color

#5854bb #b7bb54

#5854bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5854bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5854bb Color CSS Codes

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

#5854bb Text Font Color

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

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


#5854bb Background Color

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

This div background color is #5854bb


#5854bb Border Color

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

This div border color is #5854bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,84,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 #5854bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5854bb


Comments

No comments written yet.

Please login to write comment.