Color Hex Logo

#581fe3 Color Hex

#581FE3
(88,31,227)
0 Favorites   0 Comments

Color spaces of #581fe3

RGB 8831227
HSL0.720.780.51
HSV257°86°89°
CMYK 0.610.860.00   0.11
XYZ18.37968.600773.3644
Yxy8.60070.18320.0857
Hunter Lab29.327060.5462-127.7912
CIE-Lab35.203868.4300-87.0538

#581fe3 color RGB value is (88,31,227).

#581fe3 hex color red value is 88, green value is 31 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #581fe3 hue: 0.72 , saturation: 0.78 and the lightness value of 581fe3 is 0.51.

The process color (four color CMYK) of #581fe3 color hex is 0.61, 0.86, 0.00, 0.11. Web safe color of #581fe3 is #6633cc. Color #581fe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011111 11100011
Octal 130 37 343
Decimal 88 31 227
Hex 58 1F E3

RGB Percentages of Color #581fe3

%25.43
%8.96
%65.61

CMYK Percentages of Color #581fe3

%61
%86
%0
%11

Triadic Colors of #581fe3

#581fe3 #e3581f #1fe358

Analogous Colors of #581fe3

#581fe3 #ba1fe3 #1f48e3

Monochromatic Colors of #581fe3

#581fe3

Complementary Color

#581fe3 #aae31f

#581fe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581fe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581fe3 Color CSS Codes

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

#581fe3 Text Font Color

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

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


#581fe3 Background Color

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

This div background color is #581fe3


#581fe3 Border Color

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

This div border color is #581fe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581fe3


Comments

No comments written yet.

Please login to write comment.