Color Hex Logo

#595cdb Color Hex

#595CDB
(89,92,219)
0 Favorites   0 Comments

Color spaces of #595cdb

RGB 8992219
HSL0.660.640.60
HSV239°59°86°
CMYK 0.590.580.00   0.14
XYZ20.733214.892668.7996
Yxy14.89260.19850.1426
Hunter Lab38.590928.3660-78.6881
CIE-Lab45.486735.9567-65.6100

#595cdb color RGB value is (89,92,219).

#595cdb hex color red value is 89, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #595cdb hue: 0.66 , saturation: 0.64 and the lightness value of 595cdb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 11011011
Octal 131 134 333
Decimal 89 92 219
Hex 59 5C DB

RGB Percentages of Color #595cdb

%22.25
%23.00
%54.75

CMYK Percentages of Color #595cdb

%59
%58
%0
%14

Triadic Colors of #595cdb

#595cdb #db595c #5cdb59

Analogous Colors of #595cdb

#595cdb #9759db #599ddb

Monochromatic Colors of #595cdb

#595cdb

Complementary Color

#595cdb #dbd859

#595cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#595cdb Color CSS Codes

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

#595cdb Text Font Color

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

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


#595cdb Background Color

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

This div background color is #595cdb


#595cdb Border Color

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

This div border color is #595cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595cdb


Comments

No comments written yet.

Please login to write comment.