Color Hex Logo

#581dbd Color Hex

#581DBD
(88,29,189)
0 Favorites   0 Comments

Color spaces of #581dbd

RGB 8829189
HSL0.730.730.43
HSV262°85°74°
CMYK 0.530.850.00   0.26
XYZ13.64926.627648.7040
Yxy6.62760.19790.0961
Hunter Lab25.744149.5862-94.1468
CIE-Lab30.943659.4909-72.0181

#581dbd color RGB value is (88,29,189).

#581dbd hex color red value is 88, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #581dbd hue: 0.73 , saturation: 0.73 and the lightness value of 581dbd is 0.43.

The process color (four color CMYK) of #581dbd color hex is 0.53, 0.85, 0.00, 0.26. Web safe color of #581dbd is #6633cc. Color #581dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011101 10111101
Octal 130 35 275
Decimal 88 29 189
Hex 58 1D BD

RGB Percentages of Color #581dbd

%28.76
%9.48
%61.76

CMYK Percentages of Color #581dbd

%53
%85
%0
%26

Triadic Colors of #581dbd

#581dbd #bd581d #1dbd58

Analogous Colors of #581dbd

#581dbd #a81dbd #1d32bd

Monochromatic Colors of #581dbd

#581dbd

Complementary Color

#581dbd #82bd1d

#581dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#581dbd Color CSS Codes

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

#581dbd Text Font Color

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

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


#581dbd Background Color

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

This div background color is #581dbd


#581dbd Border Color

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

This div border color is #581dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581dbd


Comments

No comments written yet.

Please login to write comment.