Color Hex Logo

#5774cc Color Hex

#5774CC
(87,116,204)
0 Favorites   0 Comments

Color spaces of #5774cc

RGB 87116204
HSL0.630.530.57
HSV225°57°80°
CMYK 0.570.430.00   0.20
XYZ21.075018.876759.6595
Yxy18.87670.21160.1895
Hunter Lab43.447310.5522-51.0007
CIE-Lab50.542615.8090-48.9290

#5774cc color RGB value is (87,116,204).

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

The process color (four color CMYK) of #5774cc color hex is 0.57, 0.43, 0.00, 0.20. Web safe color of #5774cc is #6666cc. Color #5774cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110100 11001100
Octal 127 164 314
Decimal 87 116 204
Hex 57 74 CC

RGB Percentages of Color #5774cc

%21.38
%28.50
%50.12

CMYK Percentages of Color #5774cc

%57
%43
%0
%20

Triadic Colors of #5774cc

#5774cc #cc5774 #74cc57

Analogous Colors of #5774cc

#5774cc #7557cc #57afcc

Monochromatic Colors of #5774cc

#5774cc

Complementary Color

#5774cc #ccaf57

#5774cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5774cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5774cc Color CSS Codes

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

#5774cc Text Font Color

<p style="color:#5774cc">Text here</p>

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


#5774cc Background Color

<div style="background-color:#5774cc">
Div content here</div>

This div background color is #5774cc


#5774cc Border Color

<div style="border:3px solid #5774cc">
Div here</div>

This div border color is #5774cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,116,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 #5774cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5774cc


Comments

No comments written yet.

Please login to write comment.