Color Hex Logo

#5958df Color Hex

#5958DF
(89,88,223)
0 Favorites   0 Comments

Color spaces of #5958df

RGB 8988223
HSL0.670.680.61
HSV240°61°87°
CMYK 0.600.610.00   0.13
XYZ20.928814.431071.4944
Yxy14.43100.19590.1351
Hunter Lab37.988231.8617-84.9931
CIE-Lab44.844839.6673-68.9289

#5958df color RGB value is (89,88,223).

#5958df hex color red value is 89, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5958df hue: 0.67 , saturation: 0.68 and the lightness value of 5958df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011000 11011111
Octal 131 130 337
Decimal 89 88 223
Hex 59 58 DF

RGB Percentages of Color #5958df

%22.25
%22.00
%55.75

CMYK Percentages of Color #5958df

%60
%61
%0
%13

Triadic Colors of #5958df

#5958df #df5958 #58df59

Analogous Colors of #5958df

#5958df #9d58df #589bdf

Monochromatic Colors of #5958df

#5958df

Complementary Color

#5958df #dedf58

#5958df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5958df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5958df Color CSS Codes

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

#5958df Text Font Color

<p style="color:#5958df">Text here</p>

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


#5958df Background Color

<div style="background-color:#5958df">
Div content here</div>

This div background color is #5958df


#5958df Border Color

<div style="border:3px solid #5958df">
Div here</div>

This div border color is #5958df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,88,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5958df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5958df;
  -webkit-box-shadow: 1px 1px 3px 2px #5958df;
  box-shadow:         1px 1px 3px 2px #5958df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5958df


Comments

No comments written yet.

Please login to write comment.