Color Hex Logo

#575eeb Color Hex

#575EEB
(87,94,235)
0 Favorites   0 Comments

Color spaces of #575eeb

RGB 8794235
HSL0.660.790.63
HSV237°63°92°
CMYK 0.630.600.00   0.08
XYZ22.928616.029880.4829
Yxy16.02980.19200.1342
Hunter Lab40.037232.1586-91.1588
CIE-Lab47.013639.6449-72.1890

#575eeb color RGB value is (87,94,235).

#575eeb hex color red value is 87, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #575eeb hue: 0.66 , saturation: 0.79 and the lightness value of 575eeb is 0.63.

The process color (four color CMYK) of #575eeb color hex is 0.63, 0.60, 0.00, 0.08. Web safe color of #575eeb is #6666ff. Color #575eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 11101011
Octal 127 136 353
Decimal 87 94 235
Hex 57 5E EB

RGB Percentages of Color #575eeb

%20.91
%22.60
%56.49

CMYK Percentages of Color #575eeb

%63
%60
%0
%8

Triadic Colors of #575eeb

#575eeb #eb575e #5eeb57

Analogous Colors of #575eeb

#575eeb #9a57eb #57a8eb

Monochromatic Colors of #575eeb

#575eeb

Complementary Color

#575eeb #ebe457

#575eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575eeb Color CSS Codes

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

#575eeb Text Font Color

<p style="color:#575eeb">Text here</p>

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


#575eeb Background Color

<div style="background-color:#575eeb">
Div content here</div>

This div background color is #575eeb


#575eeb Border Color

<div style="border:3px solid #575eeb">
Div here</div>

This div border color is #575eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,94,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #575eeb;
  box-shadow:         1px 1px 3px 2px #575eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575eeb


Comments

No comments written yet.

Please login to write comment.