Color Hex Logo

#5921df Color Hex

#5921DF
(89,33,223)
0 Favorites   0 Comments

Color spaces of #5921df

RGB 8933223
HSL0.720.750.50
HSV258°85°87°
CMYK 0.600.850.00   0.13
XYZ17.98308.539370.5125
Yxy8.53930.18530.0880
Hunter Lab29.222158.7086-122.6105
CIE-Lab35.081766.8617-84.9623

#5921df color RGB value is (89,33,223).

#5921df hex color red value is 89, green value is 33 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5921df hue: 0.72 , saturation: 0.75 and the lightness value of 5921df is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100001 11011111
Octal 131 41 337
Decimal 89 33 223
Hex 59 21 DF

RGB Percentages of Color #5921df

%25.80
%9.57
%64.64

CMYK Percentages of Color #5921df

%60
%85
%0
%13

Triadic Colors of #5921df

#5921df #df5921 #21df59

Analogous Colors of #5921df

#5921df #b821df #2148df

Monochromatic Colors of #5921df

#5921df

Complementary Color

#5921df #a7df21

#5921df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5921df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5921df Color CSS Codes

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

#5921df Text Font Color

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

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


#5921df Background Color

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

This div background color is #5921df


#5921df Border Color

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

This div border color is #5921df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5921df


Comments

No comments written yet.

Please login to write comment.