Color Hex Logo

#581dd1 Color Hex

#581DD1
(88,29,209)
0 Favorites   0 Comments

Color spaces of #581dd1

RGB 8829209
HSL0.720.760.47
HSV260°86°82°
CMYK 0.580.860.00   0.18
XYZ15.97257.556960.9384
Yxy7.55690.18910.0895
Hunter Lab27.489855.6073-112.1890
CIE-Lab33.042564.5289-80.2629

#581dd1 color RGB value is (88,29,209).

#581dd1 hex color red value is 88, green value is 29 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #581dd1 hue: 0.72 , saturation: 0.76 and the lightness value of 581dd1 is 0.47.

The process color (four color CMYK) of #581dd1 color hex is 0.58, 0.86, 0.00, 0.18. Web safe color of #581dd1 is #6633cc. Color #581dd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011101 11010001
Octal 130 35 321
Decimal 88 29 209
Hex 58 1D D1

RGB Percentages of Color #581dd1

%26.99
%8.90
%64.11

CMYK Percentages of Color #581dd1

%58
%86
%0
%18

Triadic Colors of #581dd1

#581dd1 #d1581d #1dd158

Analogous Colors of #581dd1

#581dd1 #b21dd1 #1d3cd1

Monochromatic Colors of #581dd1

#581dd1

Complementary Color

#581dd1 #96d11d

#581dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581dd1 Color CSS Codes

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

#581dd1 Text Font Color

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

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


#581dd1 Background Color

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

This div background color is #581dd1


#581dd1 Border Color

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

This div border color is #581dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581dd1


Comments

No comments written yet.

Please login to write comment.