Color Hex Logo

#595aec Color Hex

#595AEC
(89,90,236)
0 Favorites   0 Comments

Color spaces of #595aec

RGB 8990236
HSL0.670.790.64
HSV240°62°93°
CMYK 0.620.620.00   0.07
XYZ22.916315.492381.1394
Yxy15.49230.19170.1296
Hunter Lab39.360335.0457-94.6715
CIE-Lab46.301242.6596-73.9075

#595aec color RGB value is (89,90,236).

#595aec hex color red value is 89, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #595aec hue: 0.67 , saturation: 0.79 and the lightness value of 595aec is 0.64.

The process color (four color CMYK) of #595aec color hex is 0.62, 0.62, 0.00, 0.07. Web safe color of #595aec is #6666ff. Color #595aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 11101100
Octal 131 132 354
Decimal 89 90 236
Hex 59 5A EC

RGB Percentages of Color #595aec

%21.45
%21.69
%56.87

CMYK Percentages of Color #595aec

%62
%62
%0
%7

Triadic Colors of #595aec

#595aec #ec595a #5aec59

Analogous Colors of #595aec

#595aec #a259ec #59a4ec

Monochromatic Colors of #595aec

#595aec

Complementary Color

#595aec #eceb59

#595aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#595aec Color CSS Codes

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

#595aec Text Font Color

<p style="color:#595aec">Text here</p>

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


#595aec Background Color

<div style="background-color:#595aec">
Div content here</div>

This div background color is #595aec


#595aec Border Color

<div style="border:3px solid #595aec">
Div here</div>

This div border color is #595aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,90,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595aec;
  -webkit-box-shadow: 1px 1px 3px 2px #595aec;
  box-shadow:         1px 1px 3px 2px #595aec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595aec


Comments

No comments written yet.

Please login to write comment.