Color Hex Logo

#5807ff Color Hex

#5807FF
(88,7,255)
0 Favorites   0 Comments

Color spaces of #5807ff

RGB 887255
HSL0.721.000.51
HSV260°97°100°
CMYK 0.650.970.00   0.00
XYZ22.15059.446795.2637
Yxy9.44670.17460.0745
Hunter Lab30.735574.8546-162.2527
CIE-Lab36.830579.9759-100.2001

#5807ff color RGB value is (88,7,255).

#5807ff hex color red value is 88, green value is 7 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5807ff hue: 0.72 , saturation: 1.00 and the lightness value of 5807ff is 0.51.

The process color (four color CMYK) of #5807ff color hex is 0.65, 0.97, 0.00, 0.00. Web safe color of #5807ff is #6600ff. Color #5807ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000111 11111111
Octal 130 7 377
Decimal 88 7 255
Hex 58 7 FF

RGB Percentages of Color #5807ff

%25.14
%2.00
%72.86

CMYK Percentages of Color #5807ff

%65
%97
%0
%0

Triadic Colors of #5807ff

#5807ff #ff5807 #07ff58

Analogous Colors of #5807ff

#5807ff #d407ff #0732ff

Monochromatic Colors of #5807ff

#5807ff

Complementary Color

#5807ff #aeff07

#5807ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5807ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5807ff Color CSS Codes

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

#5807ff Text Font Color

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

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


#5807ff Background Color

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

This div background color is #5807ff


#5807ff Border Color

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

This div border color is #5807ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,7,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 #5807ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5807ff


Comments

No comments written yet.

Please login to write comment.