Color Hex Logo

#581aec Color Hex

#581AEC
(88,26,236)
0 Favorites   0 Comments

Color spaces of #581aec

RGB 8826236
HSL0.720.850.51
HSV258°89°93°
CMYK 0.630.890.00   0.07
XYZ19.53428.869680.0393
Yxy8.86960.18010.0818
Hunter Lab29.781964.9615-138.4956
CIE-Lab35.732072.0854-91.3071

#581aec color RGB value is (88,26,236).

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

The process color (four color CMYK) of #581aec color hex is 0.63, 0.89, 0.00, 0.07. Web safe color of #581aec is #6633ff. Color #581aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11101100
Octal 130 32 354
Decimal 88 26 236
Hex 58 1A EC

RGB Percentages of Color #581aec

%25.14
%7.43
%67.43

CMYK Percentages of Color #581aec

%63
%89
%0
%7

Triadic Colors of #581aec

#581aec #ec581a #1aec58

Analogous Colors of #581aec

#581aec #c11aec #1a45ec

Monochromatic Colors of #581aec

#581aec

Complementary Color

#581aec #aeec1a

#581aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#581aec Color CSS Codes

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

#581aec Text Font Color

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

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


#581aec Background Color

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

This div background color is #581aec


#581aec Border Color

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

This div border color is #581aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581aec


Comments

No comments written yet.

Please login to write comment.