Color Hex Logo

#595afa Color Hex

#595AFA
(89,90,250)
0 Favorites   0 Comments

Color spaces of #595afa

RGB 8990250
HSL0.670.940.66
HSV240°64°98°
CMYK 0.640.640.00   0.02
XYZ25.031316.338392.2768
Yxy16.33830.18730.1223
Hunter Lab40.420739.8035-107.0594
CIE-Lab47.415247.1513-79.9301

#595afa color RGB value is (89,90,250).

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

The process color (four color CMYK) of #595afa color hex is 0.64, 0.64, 0.00, 0.02. Web safe color of #595afa is #6666ff. Color #595afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 11111010
Octal 131 132 372
Decimal 89 90 250
Hex 59 5A FA

RGB Percentages of Color #595afa

%20.75
%20.98
%58.28

CMYK Percentages of Color #595afa

%64
%64
%0
%2

Triadic Colors of #595afa

#595afa #fa595a #5afa59

Analogous Colors of #595afa

#595afa #a959fa #59abfa

Monochromatic Colors of #595afa

#595afa

Complementary Color

#595afa #faf959

#595afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#595afa Color CSS Codes

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

#595afa Text Font Color

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

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


#595afa Background Color

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

This div background color is #595afa


#595afa Border Color

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

This div border color is #595afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595afa

Related Colors


Comments

No comments written yet.

Please login to write comment.