Color Hex Logo

#5519ff Color Hex

#5519FF
(85,25,255)
0 Favorites   0 Comments

Color spaces of #5519ff

RGB 8525255
HSL0.711.000.55
HSV256°90°100°
CMYK 0.670.900.00   0.00
XYZ22.14399.846695.3412
Yxy9.84660.17390.0773
Hunter Lab31.379371.0510-158.1781
CIE-Lab37.565776.7764-98.9844

#5519ff color RGB value is (85,25,255).

#5519ff hex color red value is 85, green value is 25 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5519ff hue: 0.71 , saturation: 1.00 and the lightness value of 5519ff is 0.55.

The process color (four color CMYK) of #5519ff color hex is 0.67, 0.90, 0.00, 0.00. Web safe color of #5519ff is #6600ff. Color #5519ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011001 11111111
Octal 125 31 377
Decimal 85 25 255
Hex 55 19 FF

RGB Percentages of Color #5519ff

%23.29
%6.85
%69.86

CMYK Percentages of Color #5519ff

%67
%90
%0
%0

Triadic Colors of #5519ff

#5519ff #ff5519 #19ff55

Analogous Colors of #5519ff

#5519ff #c819ff #1950ff

Monochromatic Colors of #5519ff

#5519ff

Complementary Color

#5519ff #c3ff19

#5519ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5519ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5519ff Color CSS Codes

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

#5519ff Text Font Color

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

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


#5519ff Background Color

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

This div background color is #5519ff


#5519ff Border Color

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

This div border color is #5519ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5519ff

#5519ff Color Palettes


Comments

No comments written yet.

Please login to write comment.