Color Hex Logo

#581fbf Color Hex

#581FBF
(88,31,191)
0 Favorites   0 Comments

Color spaces of #581fbf

RGB 8831191
HSL0.730.720.44
HSV261°84°75°
CMYK 0.540.840.00   0.25
XYZ13.91856.816349.8723
Yxy6.81630.19710.0965
Hunter Lab26.108049.4713-94.9817
CIE-Lab31.385059.2992-72.4705

#581fbf color RGB value is (88,31,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011111 10111111
Octal 130 37 277
Decimal 88 31 191
Hex 58 1F BF

RGB Percentages of Color #581fbf

%28.39
%10.00
%61.61

CMYK Percentages of Color #581fbf

%54
%84
%0
%25

Triadic Colors of #581fbf

#581fbf #bf581f #1fbf58

Analogous Colors of #581fbf

#581fbf #a81fbf #1f36bf

Monochromatic Colors of #581fbf

#581fbf

Complementary Color

#581fbf #86bf1f

#581fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#581fbf Color CSS Codes

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

#581fbf Text Font Color

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

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


#581fbf Background Color

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

This div background color is #581fbf


#581fbf Border Color

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

This div border color is #581fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581fbf


Comments

No comments written yet.

Please login to write comment.