Color Hex Logo

#5794df Color Hex

#5794DF
(87,148,223)
0 Favorites   0 Comments

Color spaces of #5794df

RGB 87148223
HSL0.590.680.61
HSV213°61°87°
CMYK 0.610.340.00   0.13
XYZ27.839728.533873.8523
Yxy28.53380.21380.2191
Hunter Lab53.4170-0.4498-44.5801
CIE-Lab60.36802.8843-44.0552

#5794df color RGB value is (87,148,223).

#5794df hex color red value is 87, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5794df hue: 0.59 , saturation: 0.68 and the lightness value of 5794df is 0.61.

The process color (four color CMYK) of #5794df color hex is 0.61, 0.34, 0.00, 0.13. Web safe color of #5794df is #6699cc. Color #5794df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010100 11011111
Octal 127 224 337
Decimal 87 148 223
Hex 57 94 DF

RGB Percentages of Color #5794df

%19.00
%32.31
%48.69

CMYK Percentages of Color #5794df

%61
%34
%0
%13

Triadic Colors of #5794df

#5794df #df5794 #94df57

Analogous Colors of #5794df

#5794df #5e57df #57d8df

Monochromatic Colors of #5794df

#5794df

Complementary Color

#5794df #dfa257

#5794df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5794df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5794df Color CSS Codes

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

#5794df Text Font Color

<p style="color:#5794df">Text here</p>

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


#5794df Background Color

<div style="background-color:#5794df">
Div content here</div>

This div background color is #5794df


#5794df Border Color

<div style="border:3px solid #5794df">
Div here</div>

This div border color is #5794df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,148,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5794df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5794df;
  -webkit-box-shadow: 1px 1px 3px 2px #5794df;
  box-shadow:         1px 1px 3px 2px #5794df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5794df


Comments

No comments written yet.

Please login to write comment.