Color Hex Logo

#5519b7 Color Hex

#5519B7
(85,25,183)
0 Favorites   0 Comments

Color spaces of #5519b7

RGB 8525183
HSL0.730.760.41
HSV263°86°72°
CMYK 0.540.860.00   0.28
XYZ12.64126.045545.3004
Yxy6.04550.19760.0945
Hunter Lab24.587648.7437-92.0251
CIE-Lab29.527058.9862-70.8112

#5519b7 color RGB value is (85,25,183).

#5519b7 hex color red value is 85, green value is 25 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #5519b7 hue: 0.73 , saturation: 0.76 and the lightness value of 5519b7 is 0.41.

The process color (four color CMYK) of #5519b7 color hex is 0.54, 0.86, 0.00, 0.28. Web safe color of #5519b7 is #6600cc. Color #5519b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011001 10110111
Octal 125 31 267
Decimal 85 25 183
Hex 55 19 B7

RGB Percentages of Color #5519b7

%29.01
%8.53
%62.46

CMYK Percentages of Color #5519b7

%54
%86
%0
%28

Triadic Colors of #5519b7

#5519b7 #b75519 #19b755

Analogous Colors of #5519b7

#5519b7 #a419b7 #192cb7

Monochromatic Colors of #5519b7

#5519b7

Complementary Color

#5519b7 #7bb719

#5519b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5519b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5519b7 Color CSS Codes

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

#5519b7 Text Font Color

<p style="color:#5519b7">Text here</p>

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


#5519b7 Background Color

<div style="background-color:#5519b7">
Div content here</div>

This div background color is #5519b7


#5519b7 Border Color

<div style="border:3px solid #5519b7">
Div here</div>

This div border color is #5519b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,25,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5519b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5519b7;
  -webkit-box-shadow: 1px 1px 3px 2px #5519b7;
  box-shadow:         1px 1px 3px 2px #5519b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5519b7


Comments

No comments written yet.

Please login to write comment.