Color Hex Logo

#595add Color Hex

#595ADD
(89,90,221)
0 Favorites   0 Comments

Color spaces of #595add

RGB 8990221
HSL0.670.660.61
HSV240°60°87°
CMYK 0.600.590.00   0.13
XYZ20.827114.656670.1379
Yxy14.65660.19720.1388
Hunter Lab38.283930.1101-81.8232
CIE-Lab45.160237.8178-67.2786

#595add color RGB value is (89,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011010 11011101
Octal 131 132 335
Decimal 89 90 221
Hex 59 5A DD

RGB Percentages of Color #595add

%22.25
%22.50
%55.25

CMYK Percentages of Color #595add

%60
%59
%0
%13

Triadic Colors of #595add

#595add #dd595a #5add59

Analogous Colors of #595add

#595add #9a59dd #599cdd

Monochromatic Colors of #595add

#595add

Complementary Color

#595add #dddc59

#595add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595add Color Preview on White Background

Lorem ipsum dolor sit amet.

#595add Color CSS Codes

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

#595add Text Font Color

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

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


#595add Background Color

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

This div background color is #595add


#595add Border Color

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

This div border color is #595add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595add


Comments

No comments written yet.

Please login to write comment.