Color Hex Logo

#594ffd Color Hex

#594FFD
(89,79,253)
0 Favorites   0 Comments

Color spaces of #594ffd

RGB 8979253
HSL0.680.980.65
HSV243°69°99°
CMYK 0.650.690.00   0.01
XYZ24.645414.807794.4877
Yxy14.80770.18400.1106
Hunter Lab38.480846.9808-118.6472
CIE-Lab45.369754.3128-84.9565

#594ffd color RGB value is (89,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11111101
Octal 131 117 375
Decimal 89 79 253
Hex 59 4F FD

RGB Percentages of Color #594ffd

%21.14
%18.76
%60.10

CMYK Percentages of Color #594ffd

%65
%69
%0
%1

Triadic Colors of #594ffd

#594ffd #fd594f #4ffd59

Analogous Colors of #594ffd

#594ffd #b04ffd #4f9cfd

Monochromatic Colors of #594ffd

#594ffd

Complementary Color

#594ffd #f3fd4f

#594ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#594ffd Color CSS Codes

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

#594ffd Text Font Color

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

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


#594ffd Background Color

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

This div background color is #594ffd


#594ffd Border Color

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

This div border color is #594ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594ffd


Comments

No comments written yet.

Please login to write comment.