Color Hex Logo

#5417db Color Hex

#5417DB
(84,23,219)
0 Favorites   0 Comments

Color spaces of #5417db

RGB 8423219
HSL0.720.810.47
HSV259°89°86°
CMYK 0.620.890.00   0.14
XYZ16.74877.612167.6044
Yxy7.61210.18210.0828
Hunter Lab27.590060.0770-125.9664
CIE-Lab33.161668.4144-85.8606

#5417db color RGB value is (84,23,219).

#5417db hex color red value is 84, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5417db hue: 0.72 , saturation: 0.81 and the lightness value of 5417db is 0.47.

The process color (four color CMYK) of #5417db color hex is 0.62, 0.89, 0.00, 0.14. Web safe color of #5417db is #6600cc. Color #5417db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010111 11011011
Octal 124 27 333
Decimal 84 23 219
Hex 54 17 DB

RGB Percentages of Color #5417db

%25.77
%7.06
%67.18

CMYK Percentages of Color #5417db

%62
%89
%0
%14

Triadic Colors of #5417db

#5417db #db5417 #17db54

Analogous Colors of #5417db

#5417db #b617db #173cdb

Monochromatic Colors of #5417db

#5417db

Complementary Color

#5417db #9edb17

#5417db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5417db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5417db Color CSS Codes

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

#5417db Text Font Color

<p style="color:#5417db">Text here</p>

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


#5417db Background Color

<div style="background-color:#5417db">
Div content here</div>

This div background color is #5417db


#5417db Border Color

<div style="border:3px solid #5417db">
Div here</div>

This div border color is #5417db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,23,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5417db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5417db;
  -webkit-box-shadow: 1px 1px 3px 2px #5417db;
  box-shadow:         1px 1px 3px 2px #5417db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,23,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 #5417db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5417db


Comments

No comments written yet.

Please login to write comment.