Color Hex Logo

#5933dc Color Hex

#5933DC
(89,51,220)
0 Favorites   0 Comments

Color spaces of #5933dc

RGB 8951220
HSL0.700.710.53
HSV253°77°86°
CMYK 0.600.770.00   0.14
XYZ18.22199.658868.6141
Yxy9.65880.18880.1001
Hunter Lab31.078650.2699-109.1430
CIE-Lab37.223058.8976-79.7035

#5933dc color RGB value is (89,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110011 11011100
Octal 131 63 334
Decimal 89 51 220
Hex 59 33 DC

RGB Percentages of Color #5933dc

%24.72
%14.17
%61.11

CMYK Percentages of Color #5933dc

%60
%77
%0
%14

Triadic Colors of #5933dc

#5933dc #dc5933 #33dc59

Analogous Colors of #5933dc

#5933dc #ae33dc #3362dc

Monochromatic Colors of #5933dc

#5933dc

Complementary Color

#5933dc #b6dc33

#5933dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5933dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5933dc Color CSS Codes

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

#5933dc Text Font Color

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

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


#5933dc Background Color

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

This div background color is #5933dc


#5933dc Border Color

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

This div border color is #5933dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5933dc


Comments

No comments written yet.

Please login to write comment.