Color Hex Logo

#5857be Color Hex

#5857BE
(88,87,190)
0 Favorites   0 Comments

Color spaces of #5857be

RGB 8887190
HSL0.670.440.54
HSV241°54°75°
CMYK 0.540.540.00   0.25
XYZ16.727012.608850.2673
Yxy12.60880.21010.1584
Hunter Lab35.508921.9446-59.0763
CIE-Lab42.167829.4736-54.2854

#5857be color RGB value is (88,87,190).

#5857be hex color red value is 88, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5857be hue: 0.67 , saturation: 0.44 and the lightness value of 5857be is 0.54.

The process color (four color CMYK) of #5857be color hex is 0.54, 0.54, 0.00, 0.25. Web safe color of #5857be is #6666cc. Color #5857be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010111 10111110
Octal 130 127 276
Decimal 88 87 190
Hex 58 57 BE

RGB Percentages of Color #5857be

%24.11
%23.84
%52.05

CMYK Percentages of Color #5857be

%54
%54
%0
%25

Triadic Colors of #5857be

#5857be #be5857 #57be58

Analogous Colors of #5857be

#5857be #8c57be #578abe

Monochromatic Colors of #5857be

#5857be

Complementary Color

#5857be #bdbe57

#5857be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5857be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5857be Color CSS Codes

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

#5857be Text Font Color

<p style="color:#5857be">Text here</p>

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


#5857be Background Color

<div style="background-color:#5857be">
Div content here</div>

This div background color is #5857be


#5857be Border Color

<div style="border:3px solid #5857be">
Div here</div>

This div border color is #5857be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,87,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5857be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5857be;
  -webkit-box-shadow: 1px 1px 3px 2px #5857be;
  box-shadow:         1px 1px 3px 2px #5857be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,87,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5857be


Comments

No comments written yet.

Please login to write comment.