Color Hex Logo

#595dcb Color Hex

#595DCB
(89,93,203)
0 Favorites   0 Comments

Color spaces of #595dcb

RGB 8993203
HSL0.660.520.57
HSV238°56°80°
CMYK 0.560.540.00   0.20
XYZ18.813714.264358.2616
Yxy14.26430.20600.1562
Hunter Lab37.768122.8233-65.0239
CIE-Lab44.609630.1466-57.8700

#595dcb color RGB value is (89,93,203).

#595dcb hex color red value is 89, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #595dcb hue: 0.66 , saturation: 0.52 and the lightness value of 595dcb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011101 11001011
Octal 131 135 313
Decimal 89 93 203
Hex 59 5D CB

RGB Percentages of Color #595dcb

%23.12
%24.16
%52.73

CMYK Percentages of Color #595dcb

%56
%54
%0
%20

Triadic Colors of #595dcb

#595dcb #cb595d #5dcb59

Analogous Colors of #595dcb

#595dcb #8e59cb #5996cb

Monochromatic Colors of #595dcb

#595dcb

Complementary Color

#595dcb #cbc759

#595dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#595dcb Color CSS Codes

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

#595dcb Text Font Color

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

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


#595dcb Background Color

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

This div background color is #595dcb


#595dcb Border Color

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

This div border color is #595dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595dcb


Comments

No comments written yet.

Please login to write comment.