Color Hex Logo

#581bbf Color Hex

#581BBF
(88,27,191)
0 Favorites   0 Comments

Color spaces of #581bbf

RGB 8827191
HSL0.730.750.43
HSV262°86°75°
CMYK 0.540.860.00   0.25
XYZ13.82046.620249.8396
Yxy6.62020.19660.0942
Hunter Lab25.729750.8519-96.8364
CIE-Lab30.926260.6564-73.2279

#581bbf color RGB value is (88,27,191).

#581bbf hex color red value is 88, green value is 27 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #581bbf hue: 0.73 , saturation: 0.75 and the lightness value of 581bbf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011011 10111111
Octal 130 33 277
Decimal 88 27 191
Hex 58 1B BF

RGB Percentages of Color #581bbf

%28.76
%8.82
%62.42

CMYK Percentages of Color #581bbf

%54
%86
%0
%25

Triadic Colors of #581bbf

#581bbf #bf581b #1bbf58

Analogous Colors of #581bbf

#581bbf #aa1bbf #1b30bf

Monochromatic Colors of #581bbf

#581bbf

Complementary Color

#581bbf #82bf1b

#581bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#581bbf Color CSS Codes

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

#581bbf Text Font Color

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

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


#581bbf Background Color

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

This div background color is #581bbf


#581bbf Border Color

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

This div border color is #581bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581bbf


Comments

No comments written yet.

Please login to write comment.