Color Hex Logo

#5415dc Color Hex

#5415DC
(84,21,220)
0 Favorites   0 Comments

Color spaces of #5415dc

RGB 8421220
HSL0.720.830.47
HSV259°90°86°
CMYK 0.620.900.00   0.14
XYZ16.84267.588568.2872
Yxy7.58850.18170.0818
Hunter Lab27.547260.9287-127.6917
CIE-Lab33.110869.1565-86.5208

#5415dc color RGB value is (84,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010101 11011100
Octal 124 25 334
Decimal 84 21 220
Hex 54 15 DC

RGB Percentages of Color #5415dc

%25.85
%6.46
%67.69

CMYK Percentages of Color #5415dc

%62
%90
%0
%14

Triadic Colors of #5415dc

#5415dc #dc5415 #15dc54

Analogous Colors of #5415dc

#5415dc #b815dc #1539dc

Monochromatic Colors of #5415dc

#5415dc

Complementary Color

#5415dc #9ddc15

#5415dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5415dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5415dc Color CSS Codes

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

#5415dc Text Font Color

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

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


#5415dc Background Color

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

This div background color is #5415dc


#5415dc Border Color

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

This div border color is #5415dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5415dc


Comments

No comments written yet.

Please login to write comment.