Color Hex Logo

#581acc Color Hex

#581ACC
(88,26,204)
0 Favorites   0 Comments

Color spaces of #581acc

RGB 8826204
HSL0.720.770.45
HSV261°87°80°
CMYK 0.570.870.00   0.20
XYZ15.29307.173157.7053
Yxy7.17310.19080.0895
Hunter Lab26.782655.0546-108.9971
CIE-Lab32.197864.2004-78.7513

#581acc color RGB value is (88,26,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11001100
Octal 130 32 314
Decimal 88 26 204
Hex 58 1A CC

RGB Percentages of Color #581acc

%27.67
%8.18
%64.15

CMYK Percentages of Color #581acc

%57
%87
%0
%20

Triadic Colors of #581acc

#581acc #cc581a #1acc58

Analogous Colors of #581acc

#581acc #b11acc #1a35cc

Monochromatic Colors of #581acc

#581acc

Complementary Color

#581acc #8ecc1a

#581acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#581acc Color CSS Codes

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

#581acc Text Font Color

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

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


#581acc Background Color

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

This div background color is #581acc


#581acc Border Color

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

This div border color is #581acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581acc


Comments

No comments written yet.

Please login to write comment.