Color Hex Logo

#575ceb Color Hex

#575CEB
(87,92,235)
0 Favorites   0 Comments

Color spaces of #575ceb

RGB 8792235
HSL0.660.790.63
HSV238°63°92°
CMYK 0.630.610.00   0.08
XYZ22.753015.678780.4243
Yxy15.67870.19140.1319
Hunter Lab39.596333.2768-92.7067
CIE-Lab46.550140.8459-72.9442

#575ceb color RGB value is (87,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 11101011
Octal 127 134 353
Decimal 87 92 235
Hex 57 5C EB

RGB Percentages of Color #575ceb

%21.01
%22.22
%56.76

CMYK Percentages of Color #575ceb

%63
%61
%0
%8

Triadic Colors of #575ceb

#575ceb #eb575c #5ceb57

Analogous Colors of #575ceb

#575ceb #9c57eb #57a6eb

Monochromatic Colors of #575ceb

#575ceb

Complementary Color

#575ceb #ebe657

#575ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575ceb Color CSS Codes

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

#575ceb Text Font Color

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

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


#575ceb Background Color

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

This div background color is #575ceb


#575ceb Border Color

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

This div border color is #575ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575ceb


Comments

No comments written yet.

Please login to write comment.