Color Hex Logo

#578ec5 Color Hex

#578EC5
(87,142,197)
0 Favorites   0 Comments

Color spaces of #578ec5

RGB 87142197
HSL0.580.490.56
HSV210°56°77°
CMYK 0.560.280.00   0.23
XYZ23.681525.403556.4785
Yxy25.40350.22430.2406
Hunter Lab50.4019-4.3345-31.1569
CIE-Lab57.4665-2.0405-34.0294

#578ec5 color RGB value is (87,142,197).

#578ec5 hex color red value is 87, green value is 142 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #578ec5 hue: 0.58 , saturation: 0.49 and the lightness value of 578ec5 is 0.56.

The process color (four color CMYK) of #578ec5 color hex is 0.56, 0.28, 0.00, 0.23. Web safe color of #578ec5 is #6699cc. Color #578ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001110 11000101
Octal 127 216 305
Decimal 87 142 197
Hex 57 8E C5

RGB Percentages of Color #578ec5

%20.42
%33.33
%46.24

CMYK Percentages of Color #578ec5

%56
%28
%0
%23

Triadic Colors of #578ec5

#578ec5 #c5578e #8ec557

Analogous Colors of #578ec5

#578ec5 #5757c5 #57c5c5

Monochromatic Colors of #578ec5

#578ec5

Complementary Color

#578ec5 #c58e57

#578ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#578ec5 Color CSS Codes

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

#578ec5 Text Font Color

<p style="color:#578ec5">Text here</p>

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


#578ec5 Background Color

<div style="background-color:#578ec5">
Div content here</div>

This div background color is #578ec5


#578ec5 Border Color

<div style="border:3px solid #578ec5">
Div here</div>

This div border color is #578ec5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,142,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #578ec5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #578ec5;
  -webkit-box-shadow: 1px 1px 3px 2px #578ec5;
  box-shadow:         1px 1px 3px 2px #578ec5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578ec5


Comments

No comments written yet.

Please login to write comment.