Color Hex Logo

#578acc Color Hex

#578ACC
(87,138,204)
0 Favorites   0 Comments

Color spaces of #578acc

RGB 87138204
HSL0.590.530.57
HSV214°57°80°
CMYK 0.570.320.00   0.20
XYZ23.918024.562860.6072
Yxy24.56280.21930.2252
Hunter Lab49.5609-0.5877-37.8122
CIE-Lab56.64692.5358-39.2664

#578acc color RGB value is (87,138,204).

#578acc hex color red value is 87, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #578acc hue: 0.59 , saturation: 0.53 and the lightness value of 578acc is 0.57.

The process color (four color CMYK) of #578acc color hex is 0.57, 0.32, 0.00, 0.20. Web safe color of #578acc is #6699cc. Color #578acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001010 11001100
Octal 127 212 314
Decimal 87 138 204
Hex 57 8A CC

RGB Percentages of Color #578acc

%20.28
%32.17
%47.55

CMYK Percentages of Color #578acc

%57
%32
%0
%20

Triadic Colors of #578acc

#578acc #cc578a #8acc57

Analogous Colors of #578acc

#578acc #5e57cc #57c5cc

Monochromatic Colors of #578acc

#578acc

Complementary Color

#578acc #cc9957

#578acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#578acc Color CSS Codes

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

#578acc Text Font Color

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

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


#578acc Background Color

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

This div background color is #578acc


#578acc Border Color

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

This div border color is #578acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578acc


Comments

No comments written yet.

Please login to write comment.