Color Hex Logo

#581ff5 Color Hex

#581FF5
(88,31,245)
0 Favorites   0 Comments

Color spaces of #581ff5

RGB 8831245
HSL0.710.910.54
HSV256°87°96°
CMYK 0.640.870.00   0.04
XYZ20.99599.647387.1417
Yxy9.64730.17830.0819
Hunter Lab31.060166.3066-144.6009
CIE-Lab37.201872.9334-93.9613

#581ff5 color RGB value is (88,31,245).

#581ff5 hex color red value is 88, green value is 31 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #581ff5 hue: 0.71 , saturation: 0.91 and the lightness value of 581ff5 is 0.54.

The process color (four color CMYK) of #581ff5 color hex is 0.64, 0.87, 0.00, 0.04. Web safe color of #581ff5 is #6633ff. Color #581ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011111 11110101
Octal 130 37 365
Decimal 88 31 245
Hex 58 1F F5

RGB Percentages of Color #581ff5

%24.18
%8.52
%67.31

CMYK Percentages of Color #581ff5

%64
%87
%0
%4

Triadic Colors of #581ff5

#581ff5 #f5581f #1ff558

Analogous Colors of #581ff5

#581ff5 #c31ff5 #1f51f5

Monochromatic Colors of #581ff5

#581ff5

Complementary Color

#581ff5 #bcf51f

#581ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581ff5 Color CSS Codes

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

#581ff5 Text Font Color

<p style="color:#581ff5">Text here</p>

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


#581ff5 Background Color

<div style="background-color:#581ff5">
Div content here</div>

This div background color is #581ff5


#581ff5 Border Color

<div style="border:3px solid #581ff5">
Div here</div>

This div border color is #581ff5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,31,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #581ff5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #581ff5;
  -webkit-box-shadow: 1px 1px 3px 2px #581ff5;
  box-shadow:         1px 1px 3px 2px #581ff5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,31,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581ff5


Comments

No comments written yet.

Please login to write comment.