Color Hex Logo

#594efc Color Hex

#594EFC
(89,78,252)
0 Favorites   0 Comments

Color spaces of #594efc

RGB 8978252
HSL0.680.970.65
HSV244°69°99°
CMYK 0.650.690.00   0.01
XYZ24.414914.600993.6269
Yxy14.60090.18410.1101
Hunter Lab38.211147.1827-118.5277
CIE-Lab45.082654.5529-84.8703

#594efc color RGB value is (89,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001110 11111100
Octal 131 116 374
Decimal 89 78 252
Hex 59 4E FC

RGB Percentages of Color #594efc

%21.24
%18.62
%60.14

CMYK Percentages of Color #594efc

%65
%69
%0
%1

Triadic Colors of #594efc

#594efc #fc594e #4efc59

Analogous Colors of #594efc

#594efc #b04efc #4e9afc

Monochromatic Colors of #594efc

#594efc

Complementary Color

#594efc #f1fc4e

#594efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#594efc Color CSS Codes

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

#594efc Text Font Color

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

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


#594efc Background Color

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

This div background color is #594efc


#594efc Border Color

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

This div border color is #594efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594efc


Comments

No comments written yet.

Please login to write comment.