Color Hex Logo

#581bdc Color Hex

#581BDC
(88,27,220)
0 Favorites   0 Comments

Color spaces of #581bdc

RGB 8827220
HSL0.720.780.48
HSV259°88°86°
CMYK 0.600.880.00   0.14
XYZ17.33478.025968.3457
Yxy8.02590.18500.0856
Hunter Lab28.330059.6439-123.2051
CIE-Lab34.036867.8741-84.9731

#581bdc color RGB value is (88,27,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011011 11011100
Octal 130 33 334
Decimal 88 27 220
Hex 58 1B DC

RGB Percentages of Color #581bdc

%26.27
%8.06
%65.67

CMYK Percentages of Color #581bdc

%60
%88
%0
%14

Triadic Colors of #581bdc

#581bdc #dc581b #1bdc58

Analogous Colors of #581bdc

#581bdc #b91bdc #1b3edc

Monochromatic Colors of #581bdc

#581bdc

Complementary Color

#581bdc #9fdc1b

#581bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#581bdc Color CSS Codes

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

#581bdc Text Font Color

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

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


#581bdc Background Color

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

This div background color is #581bdc


#581bdc Border Color

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

This div border color is #581bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581bdc


Comments

No comments written yet.

Please login to write comment.