Color Hex Logo

#575bef Color Hex

#575BEF
(87,91,239)
0 Favorites   0 Comments

Color spaces of #575bef

RGB 8791239
HSL0.660.830.64
HSV238°64°94°
CMYK 0.640.620.00   0.06
XYZ23.251615.740483.4741
Yxy15.74040.18990.1285
Hunter Lab39.674235.1826-96.9737
CIE-Lab46.632042.7441-75.0598

#575bef color RGB value is (87,91,239).

#575bef hex color red value is 87, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #575bef hue: 0.66 , saturation: 0.83 and the lightness value of 575bef is 0.64.

The process color (four color CMYK) of #575bef color hex is 0.64, 0.62, 0.00, 0.06. Web safe color of #575bef is #6666ff. Color #575bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011011 11101111
Octal 127 133 357
Decimal 87 91 239
Hex 57 5B EF

RGB Percentages of Color #575bef

%20.86
%21.82
%57.31

CMYK Percentages of Color #575bef

%64
%62
%0
%6

Triadic Colors of #575bef

#575bef #ef575b #5bef57

Analogous Colors of #575bef

#575bef #9f57ef #57a7ef

Monochromatic Colors of #575bef

#575bef

Complementary Color

#575bef #efeb57

#575bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#575bef Color CSS Codes

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

#575bef Text Font Color

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

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


#575bef Background Color

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

This div background color is #575bef


#575bef Border Color

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

This div border color is #575bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575bef


Comments

No comments written yet.

Please login to write comment.