Color Hex Logo

#594afc Color Hex

#594AFC
(89,74,252)
0 Favorites   0 Comments

Color spaces of #594afc

RGB 8974252
HSL0.680.970.64
HSV245°71°99°
CMYK 0.650.710.00   0.01
XYZ24.139314.049793.5350
Yxy14.04970.18330.1067
Hunter Lab37.482949.3603-121.7144
CIE-Lab44.304156.7082-86.1504

#594afc color RGB value is (89,74,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 11111100
Octal 131 112 374
Decimal 89 74 252
Hex 59 4A FC

RGB Percentages of Color #594afc

%21.45
%17.83
%60.72

CMYK Percentages of Color #594afc

%65
%71
%0
%1

Triadic Colors of #594afc

#594afc #fc594a #4afc59

Analogous Colors of #594afc

#594afc #b24afc #4a94fc

Monochromatic Colors of #594afc

#594afc

Complementary Color

#594afc #edfc4a

#594afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#594afc Color CSS Codes

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

#594afc Text Font Color

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

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


#594afc Background Color

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

This div background color is #594afc


#594afc Border Color

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

This div border color is #594afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594afc


Comments

No comments written yet.

Please login to write comment.