Color Hex Logo

#595ad7 Color Hex

#595AD7
(89,90,215)
0 Favorites   0 Comments

Color spaces of #595ad7

RGB 8990215
HSL0.670.610.60
HSV240°59°84°
CMYK 0.590.580.00   0.16
XYZ20.041714.342566.0020
Yxy14.34250.19960.1429
Hunter Lab37.871528.1876-76.8199
CIE-Lab44.720235.8768-64.5732

#595ad7 color RGB value is (89,90,215).

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

The process color (four color CMYK) of #595ad7 color hex is 0.59, 0.58, 0.00, 0.16. Web safe color of #595ad7 is #6666cc. Color #595ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 11010111
Octal 131 132 327
Decimal 89 90 215
Hex 59 5A D7

RGB Percentages of Color #595ad7

%22.59
%22.84
%54.57

CMYK Percentages of Color #595ad7

%59
%58
%0
%16

Triadic Colors of #595ad7

#595ad7 #d7595a #5ad759

Analogous Colors of #595ad7

#595ad7 #9759d7 #5999d7

Monochromatic Colors of #595ad7

#595ad7

Complementary Color

#595ad7 #d7d659

#595ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595ad7 Color CSS Codes

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

#595ad7 Text Font Color

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

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


#595ad7 Background Color

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

This div background color is #595ad7


#595ad7 Border Color

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

This div border color is #595ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595ad7


Comments

No comments written yet.

Please login to write comment.