Color Hex Logo

#578ddc Color Hex

#578DDC
(87,141,220)
0 Favorites   0 Comments

Color spaces of #578ddc

RGB 87141220
HSL0.600.660.60
HSV216°60°86°
CMYK 0.600.360.00   0.14
XYZ26.373626.243371.3856
Yxy26.24330.21270.2116
Hunter Lab51.22822.2470-46.7598
CIE-Lab58.26736.0046-45.6985

#578ddc color RGB value is (87,141,220).

#578ddc hex color red value is 87, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #578ddc hue: 0.60 , saturation: 0.66 and the lightness value of 578ddc is 0.60.

The process color (four color CMYK) of #578ddc color hex is 0.60, 0.36, 0.00, 0.14. Web safe color of #578ddc is #6699cc. Color #578ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001101 11011100
Octal 127 215 334
Decimal 87 141 220
Hex 57 8D DC

RGB Percentages of Color #578ddc

%19.42
%31.47
%49.11

CMYK Percentages of Color #578ddc

%60
%36
%0
%14

Triadic Colors of #578ddc

#578ddc #dc578d #8ddc57

Analogous Colors of #578ddc

#578ddc #6357dc #57d0dc

Monochromatic Colors of #578ddc

#578ddc

Complementary Color

#578ddc #dca657

#578ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#578ddc Color CSS Codes

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

#578ddc Text Font Color

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

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


#578ddc Background Color

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

This div background color is #578ddc


#578ddc Border Color

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

This div border color is #578ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578ddc


Comments

No comments written yet.

Please login to write comment.