Color Hex Logo

#5d47db Color Hex

#5D47DB
(93,71,219)
0 Favorites   0 Comments

Color spaces of #5d47db

RGB 9371219
HSL0.690.670.57
HSV249°68°86°
CMYK 0.580.680.00   0.14
XYZ19.553611.948168.2935
Yxy11.94810.19590.1197
Hunter Lab34.566040.4848-92.9454
CIE-Lab41.133548.9007-72.6937

#5d47db color RGB value is (93,71,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000111 11011011
Octal 135 107 333
Decimal 93 71 219
Hex 5D 47 DB

RGB Percentages of Color #5d47db

%24.28
%18.54
%57.18

CMYK Percentages of Color #5d47db

%58
%68
%0
%14

Triadic Colors of #5d47db

#5d47db #db5d47 #47db5d

Analogous Colors of #5d47db

#5d47db #a747db #477bdb

Monochromatic Colors of #5d47db

#5d47db

Complementary Color

#5d47db #c5db47

#5d47db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d47db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d47db Color CSS Codes

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

#5d47db Text Font Color

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

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


#5d47db Background Color

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

This div background color is #5d47db


#5d47db Border Color

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

This div border color is #5d47db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d47db


Comments

No comments written yet.

Please login to write comment.