Color Hex Logo

#5d13de Color Hex

#5D13DE
(93,19,222)
0 Favorites   0 Comments

Color spaces of #5d13de

RGB 9319222
HSL0.730.840.47
HSV262°91°87°
CMYK 0.580.910.00   0.13
XYZ17.93198.066869.7192
Yxy8.06680.18730.0843
Hunter Lab28.402162.9937-125.6588
CIE-Lab34.121670.7278-85.9663

#5d13de color RGB value is (93,19,222).

#5d13de hex color red value is 93, green value is 19 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5d13de hue: 0.73 , saturation: 0.84 and the lightness value of 5d13de is 0.47.

The process color (four color CMYK) of #5d13de color hex is 0.58, 0.91, 0.00, 0.13. Web safe color of #5d13de is #6600cc. Color #5d13de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00010011 11011110
Octal 135 23 336
Decimal 93 19 222
Hex 5D 13 DE

RGB Percentages of Color #5d13de

%27.84
%5.69
%66.47

CMYK Percentages of Color #5d13de

%58
%91
%0
%13

Triadic Colors of #5d13de

#5d13de #de5d13 #13de5d

Analogous Colors of #5d13de

#5d13de #c313de #132ede

Monochromatic Colors of #5d13de

#5d13de

Complementary Color

#5d13de #94de13

#5d13de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d13de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d13de Color CSS Codes

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

#5d13de Text Font Color

<p style="color:#5d13de">Text here</p>

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


#5d13de Background Color

<div style="background-color:#5d13de">
Div content here</div>

This div background color is #5d13de


#5d13de Border Color

<div style="border:3px solid #5d13de">
Div here</div>

This div border color is #5d13de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,19,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d13de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d13de;
  -webkit-box-shadow: 1px 1px 3px 2px #5d13de;
  box-shadow:         1px 1px 3px 2px #5d13de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,19,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d13de


Comments

No comments written yet.

Please login to write comment.