Color Hex Logo

#578dae Color Hex

#578DAE
(87,141,174)
0 Favorites   0 Comments

Color spaces of #578dae

RGB 87141174
HSL0.560.350.51
HSV203°50°68°
CMYK 0.500.190.00   0.32
XYZ21.095324.132043.5905
Yxy24.13200.23750.2717
Hunter Lab49.1243-9.3149-18.2240
CIE-Lab56.2197-8.5640-22.8866

#578dae color RGB value is (87,141,174).

#578dae hex color red value is 87, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #578dae hue: 0.56 , saturation: 0.35 and the lightness value of 578dae is 0.51.

The process color (four color CMYK) of #578dae color hex is 0.50, 0.19, 0.00, 0.32. Web safe color of #578dae is #669999. Color #578dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001101 10101110
Octal 127 215 256
Decimal 87 141 174
Hex 57 8D AE

RGB Percentages of Color #578dae

%21.64
%35.07
%43.28

CMYK Percentages of Color #578dae

%50
%19
%0
%32

Triadic Colors of #578dae

#578dae #ae578d #8dae57

Analogous Colors of #578dae

#578dae #5762ae #57aea4

Monochromatic Colors of #578dae

#578dae

Complementary Color

#578dae #ae7857

#578dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#578dae Color CSS Codes

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

#578dae Text Font Color

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

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


#578dae Background Color

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

This div background color is #578dae


#578dae Border Color

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

This div border color is #578dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578dae


Comments

No comments written yet.

Please login to write comment.