Color Hex Logo

#581bad Color Hex

#581BAD
(88,27,173)
0 Favorites   0 Comments

Color spaces of #581bad

RGB 8827173
HSL0.740.730.39
HSV265°84°68°
CMYK 0.490.840.00   0.32
XYZ11.95935.875740.0390
Yxy5.87570.20660.1015
Hunter Lab24.239845.6475-80.9664
CIE-Lab29.096756.1667-65.5333

#581bad color RGB value is (88,27,173).

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

The process color (four color CMYK) of #581bad color hex is 0.49, 0.84, 0.00, 0.32. Web safe color of #581bad is #663399. Color #581bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011011 10101101
Octal 130 33 255
Decimal 88 27 173
Hex 58 1B AD

RGB Percentages of Color #581bad

%30.56
%9.38
%60.07

CMYK Percentages of Color #581bad

%49
%84
%0
%32

Triadic Colors of #581bad

#581bad #ad581b #1bad58

Analogous Colors of #581bad

#581bad #a11bad #1b27ad

Monochromatic Colors of #581bad

#581bad

Complementary Color

#581bad #70ad1b

#581bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#581bad Color CSS Codes

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

#581bad Text Font Color

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

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


#581bad Background Color

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

This div background color is #581bad


#581bad Border Color

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

This div border color is #581bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581bad


Comments

No comments written yet.

Please login to write comment.