Color Hex Logo

#5419cd Color Hex

#5419CD
(84,25,205)
0 Favorites   0 Comments

Color spaces of #5419cd

RGB 8425205
HSL0.720.780.45
HSV260°88°80°
CMYK 0.590.880.00   0.20
XYZ15.02326.987958.3146
Yxy6.98790.18700.0870
Hunter Lab26.434655.1836-112.2890
CIE-Lab31.779364.3952-80.0404

#5419cd color RGB value is (84,25,205).

#5419cd hex color red value is 84, green value is 25 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5419cd hue: 0.72 , saturation: 0.78 and the lightness value of 5419cd is 0.45.

The process color (four color CMYK) of #5419cd color hex is 0.59, 0.88, 0.00, 0.20. Web safe color of #5419cd is #6600cc. Color #5419cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011001 11001101
Octal 124 31 315
Decimal 84 25 205
Hex 54 19 CD

RGB Percentages of Color #5419cd

%26.75
%7.96
%65.29

CMYK Percentages of Color #5419cd

%59
%88
%0
%20

Triadic Colors of #5419cd

#5419cd #cd5419 #19cd54

Analogous Colors of #5419cd

#5419cd #ae19cd #1938cd

Monochromatic Colors of #5419cd

#5419cd

Complementary Color

#5419cd #92cd19

#5419cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5419cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5419cd Color CSS Codes

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

#5419cd Text Font Color

<p style="color:#5419cd">Text here</p>

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


#5419cd Background Color

<div style="background-color:#5419cd">
Div content here</div>

This div background color is #5419cd


#5419cd Border Color

<div style="border:3px solid #5419cd">
Div here</div>

This div border color is #5419cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,25,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5419cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5419cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5419cd;
  box-shadow:         1px 1px 3px 2px #5419cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,25,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5419cd


Comments

No comments written yet.

Please login to write comment.