Color Hex Logo

#5319de Color Hex

#5319DE
(83,25,222)
0 Favorites   0 Comments

Color spaces of #5319de

RGB 8325222
HSL0.720.800.48
HSV258°89°87°
CMYK 0.630.890.00   0.13
XYZ17.09977.808269.7131
Yxy7.80820.18070.0825
Hunter Lab27.943260.3318-128.3576
CIE-Lab33.580268.5548-86.8947

#5319de color RGB value is (83,25,222).

#5319de hex color red value is 83, green value is 25 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5319de hue: 0.72 , saturation: 0.80 and the lightness value of 5319de is 0.48.

The process color (four color CMYK) of #5319de color hex is 0.63, 0.89, 0.00, 0.13. Web safe color of #5319de is #6600cc. Color #5319de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011001 11011110
Octal 123 31 336
Decimal 83 25 222
Hex 53 19 DE

RGB Percentages of Color #5319de

%25.15
%7.58
%67.27

CMYK Percentages of Color #5319de

%63
%89
%0
%13

Triadic Colors of #5319de

#5319de #de5319 #19de53

Analogous Colors of #5319de

#5319de #b619de #1941de

Monochromatic Colors of #5319de

#5319de

Complementary Color

#5319de #a4de19

#5319de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5319de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5319de Color CSS Codes

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

#5319de Text Font Color

<p style="color:#5319de">Text here</p>

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


#5319de Background Color

<div style="background-color:#5319de">
Div content here</div>

This div background color is #5319de


#5319de Border Color

<div style="border:3px solid #5319de">
Div here</div>

This div border color is #5319de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,25,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5319de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5319de;
  -webkit-box-shadow: 1px 1px 3px 2px #5319de;
  box-shadow:         1px 1px 3px 2px #5319de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5319de


Comments

No comments written yet.

Please login to write comment.