Color Hex Logo

#575bee Color Hex

#575BEE
(87,91,238)
2 Favorites   0 Comments

Color spaces of #575bee

RGB 8791238
HSL0.660.820.64
HSV238°63°93°
CMYK 0.630.620.00   0.07
XYZ23.104215.681582.6980
Yxy15.68150.19020.1291
Hunter Lab39.599934.8445-96.0978
CIE-Lab46.553842.4191-74.6257

#575bee color RGB value is (87,91,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011011 11101110
Octal 127 133 356
Decimal 87 91 238
Hex 57 5B EE

RGB Percentages of Color #575bee

%20.91
%21.88
%57.21

CMYK Percentages of Color #575bee

%63
%62
%0
%7

Triadic Colors of #575bee

#575bee #ee575b #5bee57

Analogous Colors of #575bee

#575bee #9f57ee #57a7ee

Monochromatic Colors of #575bee

#575bee

Complementary Color

#575bee #eeea57

#575bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#575bee Color CSS Codes

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

#575bee Text Font Color

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

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


#575bee Background Color

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

This div background color is #575bee


#575bee Border Color

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

This div border color is #575bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,91,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 #575bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575bee


Comments

No comments written yet.

Please login to write comment.