Color Hex Logo

#5933db Color Hex

#5933DB
(89,51,219)
0 Favorites   0 Comments

Color spaces of #5933db

RGB 8951219
HSL0.700.700.53
HSV254°77°86°
CMYK 0.590.770.00   0.14
XYZ18.08989.606067.9185
Yxy9.60600.18920.1005
Hunter Lab30.993549.9452-108.2312
CIE-Lab37.125858.6180-79.2896

#5933db color RGB value is (89,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110011 11011011
Octal 131 63 333
Decimal 89 51 219
Hex 59 33 DB

RGB Percentages of Color #5933db

%24.79
%14.21
%61.00

CMYK Percentages of Color #5933db

%59
%77
%0
%14

Triadic Colors of #5933db

#5933db #db5933 #33db59

Analogous Colors of #5933db

#5933db #ad33db #3361db

Monochromatic Colors of #5933db

#5933db

Complementary Color

#5933db #b5db33

#5933db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5933db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5933db Color CSS Codes

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

#5933db Text Font Color

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

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


#5933db Background Color

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

This div background color is #5933db


#5933db Border Color

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

This div border color is #5933db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5933db


Comments

No comments written yet.

Please login to write comment.