Color Hex Logo

#5857ee Color Hex

#5857EE
(88,87,238)
0 Favorites   0 Comments

Color spaces of #5857ee

RGB 8887238
HSL0.670.820.64
HSV240°63°93°
CMYK 0.630.630.00   0.07
XYZ22.865315.064182.5915
Yxy15.06410.18970.1250
Hunter Lab38.812537.2364-98.9981
CIE-Lab45.721944.9258-75.9817

#5857ee color RGB value is (88,87,238).

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

The process color (four color CMYK) of #5857ee color hex is 0.63, 0.63, 0.00, 0.07. Web safe color of #5857ee is #6666ff. Color #5857ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010111 11101110
Octal 130 127 356
Decimal 88 87 238
Hex 58 57 EE

RGB Percentages of Color #5857ee

%21.31
%21.07
%57.63

CMYK Percentages of Color #5857ee

%63
%63
%0
%7

Triadic Colors of #5857ee

#5857ee #ee5857 #57ee58

Analogous Colors of #5857ee

#5857ee #a457ee #57a2ee

Monochromatic Colors of #5857ee

#5857ee

Complementary Color

#5857ee #edee57

#5857ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5857ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5857ee Color CSS Codes

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

#5857ee Text Font Color

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

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


#5857ee Background Color

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

This div background color is #5857ee


#5857ee Border Color

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

This div border color is #5857ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5857ee


Comments

No comments written yet.

Please login to write comment.