Color Hex Logo

#581cec Color Hex

#581CEC
(88,28,236)
0 Favorites   0 Comments

Color spaces of #581cec

RGB 8828236
HSL0.710.850.52
HSV257°88°93°
CMYK 0.630.880.00   0.07
XYZ19.58018.961380.0546
Yxy8.96130.18030.0825
Hunter Lab29.935464.3659-137.6010
CIE-Lab35.909771.5505-91.0123

#581cec color RGB value is (88,28,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011100 11101100
Octal 130 34 354
Decimal 88 28 236
Hex 58 1C EC

RGB Percentages of Color #581cec

%25.00
%7.95
%67.05

CMYK Percentages of Color #581cec

%63
%88
%0
%7

Triadic Colors of #581cec

#581cec #ec581c #1cec58

Analogous Colors of #581cec

#581cec #c01cec #1c48ec

Monochromatic Colors of #581cec

#581cec

Complementary Color

#581cec #b0ec1c

#581cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#581cec Color CSS Codes

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

#581cec Text Font Color

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

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


#581cec Background Color

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

This div background color is #581cec


#581cec Border Color

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

This div border color is #581cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581cec


Comments

No comments written yet.

Please login to write comment.