Color Hex Logo

#5932db Color Hex

#5932DB
(89,50,219)
0 Favorites   0 Comments

Color spaces of #5932db

RGB 8950219
HSL0.710.700.53
HSV254°77°86°
CMYK 0.590.770.00   0.14
XYZ18.04669.519567.9041
Yxy9.51950.18900.0997
Hunter Lab30.853750.4123-108.8904
CIE-Lab36.965959.0783-79.5533

#5932db color RGB value is (89,50,219).

#5932db hex color red value is 89, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5932db hue: 0.71 , saturation: 0.70 and the lightness value of 5932db is 0.53.

The process color (four color CMYK) of #5932db color hex is 0.59, 0.77, 0.00, 0.14. Web safe color of #5932db is #6633cc. Color #5932db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110010 11011011
Octal 131 62 333
Decimal 89 50 219
Hex 59 32 DB

RGB Percentages of Color #5932db

%24.86
%13.97
%61.17

CMYK Percentages of Color #5932db

%59
%77
%0
%14

Triadic Colors of #5932db

#5932db #db5932 #32db59

Analogous Colors of #5932db

#5932db #ae32db #3260db

Monochromatic Colors of #5932db

#5932db

Complementary Color

#5932db #b4db32

#5932db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5932db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5932db Color CSS Codes

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

#5932db Text Font Color

<p style="color:#5932db">Text here</p>

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


#5932db Background Color

<div style="background-color:#5932db">
Div content here</div>

This div background color is #5932db


#5932db Border Color

<div style="border:3px solid #5932db">
Div here</div>

This div border color is #5932db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,50,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5932db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5932db;
  -webkit-box-shadow: 1px 1px 3px 2px #5932db;
  box-shadow:         1px 1px 3px 2px #5932db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5932db


Comments

No comments written yet.

Please login to write comment.