Color Hex Logo

#595fde Color Hex

#595FDE
(89,95,222)
0 Favorites   0 Comments

Color spaces of #595fde

RGB 8995222
HSL0.660.670.61
HSV237°60°87°
CMYK 0.600.570.00   0.13
XYZ21.396815.582270.9872
Yxy15.58220.19820.1443
Hunter Lab39.474327.6748-78.9901
CIE-Lab46.421535.1051-65.7984

#595fde color RGB value is (89,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 11011110
Octal 131 137 336
Decimal 89 95 222
Hex 59 5F DE

RGB Percentages of Color #595fde

%21.92
%23.40
%54.68

CMYK Percentages of Color #595fde

%60
%57
%0
%13

Triadic Colors of #595fde

#595fde #de595f #5fde59

Analogous Colors of #595fde

#595fde #9659de #59a2de

Monochromatic Colors of #595fde

#595fde

Complementary Color

#595fde #ded859

#595fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#595fde Color CSS Codes

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

#595fde Text Font Color

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

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


#595fde Background Color

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

This div background color is #595fde


#595fde Border Color

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

This div border color is #595fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595fde


Comments

No comments written yet.

Please login to write comment.