Color Hex Logo

#595ddd Color Hex

#595DDD
(89,93,221)
0 Favorites   0 Comments

Color spaces of #595ddd

RGB 8993221
HSL0.660.660.61
HSV238°60°87°
CMYK 0.600.580.00   0.13
XYZ21.085315.173070.2240
Yxy15.17300.19800.1425
Hunter Lab38.952528.4565-79.6218
CIE-Lab45.870235.9980-66.1251

#595ddd color RGB value is (89,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011101 11011101
Octal 131 135 335
Decimal 89 93 221
Hex 59 5D DD

RGB Percentages of Color #595ddd

%22.08
%23.08
%54.84

CMYK Percentages of Color #595ddd

%60
%58
%0
%13

Triadic Colors of #595ddd

#595ddd #dd595d #5ddd59

Analogous Colors of #595ddd

#595ddd #9759dd #599fdd

Monochromatic Colors of #595ddd

#595ddd

Complementary Color

#595ddd #ddd959

#595ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#595ddd Color CSS Codes

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

#595ddd Text Font Color

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

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


#595ddd Background Color

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

This div background color is #595ddd


#595ddd Border Color

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

This div border color is #595ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,93,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 #595ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595ddd


Comments

No comments written yet.

Please login to write comment.