Color Hex Logo

#595aeb Color Hex

#595AEB
(89,90,235)
0 Favorites   0 Comments

Color spaces of #595aeb

RGB 8990235
HSL0.670.780.64
HSV240°62°92°
CMYK 0.620.620.00   0.08
XYZ22.771415.434380.3762
Yxy15.43430.19200.1302
Hunter Lab39.286534.7115-93.8007
CIE-Lab46.223442.3378-73.4714

#595aeb color RGB value is (89,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 11101011
Octal 131 132 353
Decimal 89 90 235
Hex 59 5A EB

RGB Percentages of Color #595aeb

%21.50
%21.74
%56.76

CMYK Percentages of Color #595aeb

%62
%62
%0
%8

Triadic Colors of #595aeb

#595aeb #eb595a #5aeb59

Analogous Colors of #595aeb

#595aeb #a159eb #59a3eb

Monochromatic Colors of #595aeb

#595aeb

Complementary Color

#595aeb #ebea59

#595aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#595aeb Color CSS Codes

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

#595aeb Text Font Color

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

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


#595aeb Background Color

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

This div background color is #595aeb


#595aeb Border Color

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

This div border color is #595aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595aeb


Comments

No comments written yet.

Please login to write comment.