Color Hex Logo

#594fff Color Hex

#594FFF
(89,79,255)
0 Favorites   0 Comments

Color spaces of #594fff

RGB 8979255
HSL0.681.000.65
HSV243°69°100°
CMYK 0.650.690.00   0.00
XYZ24.965814.935896.1748
Yxy14.93580.18350.1098
Hunter Lab38.646947.6787-120.4936
CIE-Lab45.546154.9280-85.7810

#594fff color RGB value is (89,79,255).

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

The process color (four color CMYK) of #594fff color hex is 0.65, 0.69, 0.00, 0.00. Web safe color of #594fff is #6666ff. Color #594fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11111111
Octal 131 117 377
Decimal 89 79 255
Hex 59 4F FF

RGB Percentages of Color #594fff

%21.04
%18.68
%60.28

CMYK Percentages of Color #594fff

%65
%69
%0
%0

Triadic Colors of #594fff

#594fff #ff594f #4fff59

Analogous Colors of #594fff

#594fff #b14fff #4f9dff

Monochromatic Colors of #594fff

#594fff

Complementary Color

#594fff #f5ff4f

#594fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fff Color CSS Codes

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

#594fff Text Font Color

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

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


#594fff Background Color

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

This div background color is #594fff


#594fff Border Color

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

This div border color is #594fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,79,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fff


Comments

No comments written yet.

Please login to write comment.