Color Hex Logo

#575ebf Color Hex

#575EBF
(87,94,191)
0 Favorites   0 Comments

Color spaces of #575ebf

RGB 8794191
HSL0.660.450.55
HSV236°54°75°
CMYK 0.540.510.00   0.25
XYZ17.337213.793251.0388
Yxy13.79320.21100.1679
Hunter Lab37.139218.3332-55.4823
CIE-Lab43.934925.2234-52.0255

#575ebf color RGB value is (87,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 10111111
Octal 127 136 277
Decimal 87 94 191
Hex 57 5E BF

RGB Percentages of Color #575ebf

%23.39
%25.27
%51.34

CMYK Percentages of Color #575ebf

%54
%51
%0
%25

Triadic Colors of #575ebf

#575ebf #bf575e #5ebf57

Analogous Colors of #575ebf

#575ebf #8457bf #5792bf

Monochromatic Colors of #575ebf

#575ebf

Complementary Color

#575ebf #bfb857

#575ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#575ebf Color CSS Codes

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

#575ebf Text Font Color

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

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


#575ebf Background Color

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

This div background color is #575ebf


#575ebf Border Color

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

This div border color is #575ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575ebf


Comments

No comments written yet.

Please login to write comment.