Color Hex Logo

#575cea Color Hex

#575CEA
(87,92,234)
0 Favorites   0 Comments

Color spaces of #575cea

RGB 8792234
HSL0.660.780.63
HSV238°63°92°
CMYK 0.630.610.00   0.08
XYZ22.608915.621079.6654
Yxy15.62100.19180.1325
Hunter Lab39.523432.9428-91.8416
CIE-Lab46.473340.5203-72.5062

#575cea color RGB value is (87,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 11101010
Octal 127 134 352
Decimal 87 92 234
Hex 57 5C EA

RGB Percentages of Color #575cea

%21.07
%22.28
%56.66

CMYK Percentages of Color #575cea

%63
%61
%0
%8

Triadic Colors of #575cea

#575cea #ea575c #5cea57

Analogous Colors of #575cea

#575cea #9c57ea #57a6ea

Monochromatic Colors of #575cea

#575cea

Complementary Color

#575cea #eae557

#575cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#575cea Color CSS Codes

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

#575cea Text Font Color

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

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


#575cea Background Color

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

This div background color is #575cea


#575cea Border Color

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

This div border color is #575cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575cea


Comments

No comments written yet.

Please login to write comment.