Color Hex Logo

#5794cb Color Hex

#5794CB
(87,148,203)
0 Favorites   0 Comments

Color spaces of #5794cb

RGB 87148203
HSL0.580.530.57
HSV208°57°80°
CMYK 0.570.270.00   0.20
XYZ25.299927.517860.4779
Yxy27.51780.22330.2429
Hunter Lab52.4574-5.7110-31.6350
CIE-Lab59.4506-3.5829-34.3155

#5794cb color RGB value is (87,148,203).

#5794cb hex color red value is 87, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5794cb hue: 0.58 , saturation: 0.53 and the lightness value of 5794cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010100 11001011
Octal 127 224 313
Decimal 87 148 203
Hex 57 94 CB

RGB Percentages of Color #5794cb

%19.86
%33.79
%46.35

CMYK Percentages of Color #5794cb

%57
%27
%0
%20

Triadic Colors of #5794cb

#5794cb #cb5794 #94cb57

Analogous Colors of #5794cb

#5794cb #575acb #57cbc8

Monochromatic Colors of #5794cb

#5794cb

Complementary Color

#5794cb #cb8e57

#5794cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5794cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5794cb Color CSS Codes

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

#5794cb Text Font Color

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

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


#5794cb Background Color

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

This div background color is #5794cb


#5794cb Border Color

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

This div border color is #5794cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5794cb


Comments

No comments written yet.

Please login to write comment.