Color Hex Logo

#581cbf Color Hex

#581CBF
(88,28,191)
0 Favorites   0 Comments

Color spaces of #581cbf

RGB 8828191
HSL0.730.740.43
HSV262°85°75°
CMYK 0.540.850.00   0.25
XYZ13.84376.666849.8474
Yxy6.66680.19680.0948
Hunter Lab25.820150.5191-96.3889
CIE-Lab31.036060.3306-73.0466

#581cbf color RGB value is (88,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011100 10111111
Octal 130 34 277
Decimal 88 28 191
Hex 58 1C BF

RGB Percentages of Color #581cbf

%28.66
%9.12
%62.21

CMYK Percentages of Color #581cbf

%54
%85
%0
%25

Triadic Colors of #581cbf

#581cbf #bf581c #1cbf58

Analogous Colors of #581cbf

#581cbf #aa1cbf #1c31bf

Monochromatic Colors of #581cbf

#581cbf

Complementary Color

#581cbf #83bf1c

#581cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#581cbf Color CSS Codes

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

#581cbf Text Font Color

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

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


#581cbf Background Color

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

This div background color is #581cbf


#581cbf Border Color

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

This div border color is #581cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581cbf


Comments

No comments written yet.

Please login to write comment.