Color Hex Logo

#5957dd Color Hex

#5957DD
(89,87,221)
0 Favorites   0 Comments

Color spaces of #5957dd

RGB 8987221
HSL0.670.660.60
HSV241°61°87°
CMYK 0.600.610.00   0.13
XYZ20.579214.160770.0553
Yxy14.16070.19640.1351
Hunter Lab37.630731.7630-84.0359
CIE-Lab44.462539.6244-68.4137

#5957dd color RGB value is (89,87,221).

#5957dd hex color red value is 89, green value is 87 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5957dd hue: 0.67 , saturation: 0.66 and the lightness value of 5957dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 11011101
Octal 131 127 335
Decimal 89 87 221
Hex 59 57 DD

RGB Percentages of Color #5957dd

%22.42
%21.91
%55.67

CMYK Percentages of Color #5957dd

%60
%61
%0
%13

Triadic Colors of #5957dd

#5957dd #dd5957 #57dd59

Analogous Colors of #5957dd

#5957dd #9c57dd #5798dd

Monochromatic Colors of #5957dd

#5957dd

Complementary Color

#5957dd #dbdd57

#5957dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5957dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5957dd Color CSS Codes

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

#5957dd Text Font Color

<p style="color:#5957dd">Text here</p>

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


#5957dd Background Color

<div style="background-color:#5957dd">
Div content here</div>

This div background color is #5957dd


#5957dd Border Color

<div style="border:3px solid #5957dd">
Div here</div>

This div border color is #5957dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5957dd


Comments

No comments written yet.

Please login to write comment.