Color Hex Logo

#594ffc Color Hex

#594FFC
(89,79,252)
0 Favorites   0 Comments

Color spaces of #594ffc

RGB 8979252
HSL0.680.970.65
HSV243°69°99°
CMYK 0.650.690.00   0.01
XYZ24.486514.744193.6508
Yxy14.74410.18430.1110
Hunter Lab38.398046.6332-117.7265
CIE-Lab45.281754.0054-84.5434

#594ffc color RGB value is (89,79,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11111100
Octal 131 117 374
Decimal 89 79 252
Hex 59 4F FC

RGB Percentages of Color #594ffc

%21.19
%18.81
%60.00

CMYK Percentages of Color #594ffc

%65
%69
%0
%1

Triadic Colors of #594ffc

#594ffc #fc594f #4ffc59

Analogous Colors of #594ffc

#594ffc #b04ffc #4f9cfc

Monochromatic Colors of #594ffc

#594ffc

Complementary Color

#594ffc #f2fc4f

#594ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#594ffc Color CSS Codes

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

#594ffc Text Font Color

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

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


#594ffc Background Color

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

This div background color is #594ffc


#594ffc Border Color

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

This div border color is #594ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.