Color Hex Logo

#581acb Color Hex

#581ACB
(88,26,203)
0 Favorites   0 Comments

Color spaces of #581acb

RGB 8826203
HSL0.730.770.45
HSV261°87°80°
CMYK 0.570.870.00   0.20
XYZ15.17347.125357.0755
Yxy7.12530.19120.0898
Hunter Lab26.693354.7526-108.0885
CIE-Lab32.090563.9521-78.3454

#581acb color RGB value is (88,26,203).

#581acb hex color red value is 88, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #581acb hue: 0.73 , saturation: 0.77 and the lightness value of 581acb is 0.45.

The process color (four color CMYK) of #581acb color hex is 0.57, 0.87, 0.00, 0.20. Web safe color of #581acb is #6633cc. Color #581acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11001011
Octal 130 32 313
Decimal 88 26 203
Hex 58 1A CB

RGB Percentages of Color #581acb

%27.76
%8.20
%64.04

CMYK Percentages of Color #581acb

%57
%87
%0
%20

Triadic Colors of #581acb

#581acb #cb581a #1acb58

Analogous Colors of #581acb

#581acb #b11acb #1a35cb

Monochromatic Colors of #581acb

#581acb

Complementary Color

#581acb #8dcb1a

#581acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#581acb Color CSS Codes

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

#581acb Text Font Color

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

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


#581acb Background Color

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

This div background color is #581acb


#581acb Border Color

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

This div border color is #581acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581acb


Comments

No comments written yet.

Please login to write comment.