Color Hex Logo

#594fcb Color Hex

#594FCB
(89,79,203)
0 Favorites   0 Comments

Color spaces of #594fcb

RGB 8979203
HSL0.680.540.55
HSV245°61°80°
CMYK 0.560.610.00   0.20
XYZ17.695312.027657.8888
Yxy12.02760.20200.1373
Hunter Lab34.680830.3851-74.6895
CIE-Lab41.260038.6923-63.2983

#594fcb color RGB value is (89,79,203).

#594fcb hex color red value is 89, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #594fcb hue: 0.68 , saturation: 0.54 and the lightness value of 594fcb is 0.55.

The process color (four color CMYK) of #594fcb color hex is 0.56, 0.61, 0.00, 0.20. Web safe color of #594fcb is #6666cc. Color #594fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11001011
Octal 131 117 313
Decimal 89 79 203
Hex 59 4F CB

RGB Percentages of Color #594fcb

%23.99
%21.29
%54.72

CMYK Percentages of Color #594fcb

%56
%61
%0
%20

Triadic Colors of #594fcb

#594fcb #cb594f #4fcb59

Analogous Colors of #594fcb

#594fcb #974fcb #4f83cb

Monochromatic Colors of #594fcb

#594fcb

Complementary Color

#594fcb #c1cb4f

#594fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fcb Color CSS Codes

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

#594fcb Text Font Color

<p style="color:#594fcb">Text here</p>

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


#594fcb Background Color

<div style="background-color:#594fcb">
Div content here</div>

This div background color is #594fcb


#594fcb Border Color

<div style="border:3px solid #594fcb">
Div here</div>

This div border color is #594fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,79,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #594fcb;
  box-shadow:         1px 1px 3px 2px #594fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,79,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 #594fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fcb


Comments

No comments written yet.

Please login to write comment.