Color Hex Logo

#582dbd Color Hex

#582DBD
(88,45,189)
0 Favorites   0 Comments

Color spaces of #582dbd

RGB 8845189
HSL0.720.620.46
HSV258°76°74°
CMYK 0.530.760.00   0.26
XYZ14.14827.625648.8703
Yxy7.62560.20030.1079
Hunter Lab27.614543.1286-85.5974
CIE-Lab33.190752.9581-68.3178

#582dbd color RGB value is (88,45,189).

#582dbd hex color red value is 88, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #582dbd hue: 0.72 , saturation: 0.62 and the lightness value of 582dbd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101101 10111101
Octal 130 55 275
Decimal 88 45 189
Hex 58 2D BD

RGB Percentages of Color #582dbd

%27.33
%13.98
%58.70

CMYK Percentages of Color #582dbd

%53
%76
%0
%26

Triadic Colors of #582dbd

#582dbd #bd582d #2dbd58

Analogous Colors of #582dbd

#582dbd #a02dbd #2d4abd

Monochromatic Colors of #582dbd

#582dbd

Complementary Color

#582dbd #92bd2d

#582dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#582dbd Color CSS Codes

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

#582dbd Text Font Color

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

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


#582dbd Background Color

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

This div background color is #582dbd


#582dbd Border Color

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

This div border color is #582dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582dbd


Comments

No comments written yet.

Please login to write comment.