Color Hex Logo

#592eee Color Hex

#592EEE
(89,46,238)
0 Favorites   0 Comments

Color spaces of #592eee

RGB 8946238
HSL0.700.850.56
HSV253°81°93°
CMYK 0.630.810.00   0.07
XYZ20.529410.250981.7855
Yxy10.25090.18240.0911
Hunter Lab32.017058.4249-129.0407
CIE-Lab38.289065.9919-88.2017

#592eee color RGB value is (89,46,238).

#592eee hex color red value is 89, green value is 46 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #592eee hue: 0.70 , saturation: 0.85 and the lightness value of 592eee is 0.56.

The process color (four color CMYK) of #592eee color hex is 0.63, 0.81, 0.00, 0.07. Web safe color of #592eee is #6633ff. Color #592eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101110 11101110
Octal 131 56 356
Decimal 89 46 238
Hex 59 2E EE

RGB Percentages of Color #592eee

%23.86
%12.33
%63.81

CMYK Percentages of Color #592eee

%63
%81
%0
%7

Triadic Colors of #592eee

#592eee #ee592e #2eee59

Analogous Colors of #592eee

#592eee #b92eee #2e63ee

Monochromatic Colors of #592eee

#592eee

Complementary Color

#592eee #c3ee2e

#592eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#592eee Color CSS Codes

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

#592eee Text Font Color

<p style="color:#592eee">Text here</p>

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


#592eee Background Color

<div style="background-color:#592eee">
Div content here</div>

This div background color is #592eee


#592eee Border Color

<div style="border:3px solid #592eee">
Div here</div>

This div border color is #592eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,46,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592eee;
  -webkit-box-shadow: 1px 1px 3px 2px #592eee;
  box-shadow:         1px 1px 3px 2px #592eee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592eee


Comments

No comments written yet.

Please login to write comment.