Color Hex Logo

#5d37db Color Hex

#5D37DB
(93,55,219)
0 Favorites   0 Comments

Color spaces of #5d37db

RGB 9355219
HSL0.710.690.54
HSV254°75°86°
CMYK 0.580.750.00   0.14
XYZ18.666610.174067.9978
Yxy10.17400.19280.1051
Hunter Lab31.896748.6426-104.0675
CIE-Lab38.152957.2157-77.5852

#5d37db color RGB value is (93,55,219).

#5d37db hex color red value is 93, green value is 55 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5d37db hue: 0.71 , saturation: 0.69 and the lightness value of 5d37db is 0.54.

The process color (four color CMYK) of #5d37db color hex is 0.58, 0.75, 0.00, 0.14. Web safe color of #5d37db is #6633cc. Color #5d37db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110111 11011011
Octal 135 67 333
Decimal 93 55 219
Hex 5D 37 DB

RGB Percentages of Color #5d37db

%25.34
%14.99
%59.67

CMYK Percentages of Color #5d37db

%58
%75
%0
%14

Triadic Colors of #5d37db

#5d37db #db5d37 #37db5d

Analogous Colors of #5d37db

#5d37db #af37db #3763db

Monochromatic Colors of #5d37db

#5d37db

Complementary Color

#5d37db #b5db37

#5d37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d37db Color CSS Codes

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

#5d37db Text Font Color

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

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


#5d37db Background Color

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

This div background color is #5d37db


#5d37db Border Color

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

This div border color is #5d37db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,55,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 #5d37db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d37db


Comments

No comments written yet.

Please login to write comment.