Color Hex Logo

#581cdd Color Hex

#581CDD
(88,28,221)
0 Favorites   0 Comments

Color spaces of #581cdd

RGB 8828221
HSL0.720.780.49
HSV259°87°87°
CMYK 0.600.870.00   0.13
XYZ17.49098.125769.0532
Yxy8.12570.18480.0858
Hunter Lab28.505659.6419-123.6727
CIE-Lab34.243367.8329-85.2058

#581cdd color RGB value is (88,28,221).

#581cdd hex color red value is 88, green value is 28 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #581cdd hue: 0.72 , saturation: 0.78 and the lightness value of 581cdd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011100 11011101
Octal 130 34 335
Decimal 88 28 221
Hex 58 1C DD

RGB Percentages of Color #581cdd

%26.11
%8.31
%65.58

CMYK Percentages of Color #581cdd

%60
%87
%0
%13

Triadic Colors of #581cdd

#581cdd #dd581c #1cdd58

Analogous Colors of #581cdd

#581cdd #b91cdd #1c41dd

Monochromatic Colors of #581cdd

#581cdd

Complementary Color

#581cdd #a1dd1c

#581cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#581cdd Color CSS Codes

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

#581cdd Text Font Color

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

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


#581cdd Background Color

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

This div background color is #581cdd


#581cdd Border Color

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

This div border color is #581cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581cdd


Comments

No comments written yet.

Please login to write comment.