Color Hex Logo

#5913dc Color Hex

#5913DC
(89,19,220)
0 Favorites   0 Comments

Color spaces of #5913dc

RGB 8919220
HSL0.720.840.47
HSV261°91°86°
CMYK 0.600.910.00   0.14
XYZ17.27107.756968.2971
Yxy7.75690.18510.0831
Hunter Lab27.851261.9512-125.8959
CIE-Lab33.471469.9633-85.9073

#5913dc color RGB value is (89,19,220).

#5913dc hex color red value is 89, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5913dc hue: 0.72 , saturation: 0.84 and the lightness value of 5913dc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 11011100
Octal 131 23 334
Decimal 89 19 220
Hex 59 13 DC

RGB Percentages of Color #5913dc

%27.13
%5.79
%67.07

CMYK Percentages of Color #5913dc

%60
%91
%0
%14

Triadic Colors of #5913dc

#5913dc #dc5913 #13dc59

Analogous Colors of #5913dc

#5913dc #be13dc #1332dc

Monochromatic Colors of #5913dc

#5913dc

Complementary Color

#5913dc #96dc13

#5913dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5913dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5913dc Color CSS Codes

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

#5913dc Text Font Color

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

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


#5913dc Background Color

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

This div background color is #5913dc


#5913dc Border Color

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

This div border color is #5913dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5913dc


Comments

No comments written yet.

Please login to write comment.