Color Hex Logo

#595fcf Color Hex

#595FCF
(89,95,207)
0 Favorites   0 Comments

Color spaces of #595fcf

RGB 8995207
HSL0.660.550.58
HSV237°57°81°
CMYK 0.570.540.00   0.19
XYZ19.474514.813360.8643
Yxy14.81330.20470.1557
Hunter Lab38.488122.9648-66.8185
CIE-Lab45.377430.2095-58.9289

#595fcf color RGB value is (89,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 11001111
Octal 131 137 317
Decimal 89 95 207
Hex 59 5F CF

RGB Percentages of Color #595fcf

%22.76
%24.30
%52.94

CMYK Percentages of Color #595fcf

%57
%54
%0
%19

Triadic Colors of #595fcf

#595fcf #cf595f #5fcf59

Analogous Colors of #595fcf

#595fcf #8e59cf #599acf

Monochromatic Colors of #595fcf

#595fcf

Complementary Color

#595fcf #cfc959

#595fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#595fcf Color CSS Codes

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

#595fcf Text Font Color

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

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


#595fcf Background Color

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

This div background color is #595fcf


#595fcf Border Color

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

This div border color is #595fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595fcf


Comments

No comments written yet.

Please login to write comment.