Color Hex Logo

#882dbd Color Hex

#882DBD
(136,45,189)
0 Favorites   0 Comments

Color spaces of #882dbd

RGB 13645189
HSL0.770.620.46
HSV278°76°74°
CMYK 0.280.760.00   0.26
XYZ20.277010.785149.1571
Yxy10.78510.25280.1344
Hunter Lab32.840752.7411-65.7589
CIE-Lab39.216160.7612-58.2280

#882dbd color RGB value is (136,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101101 10111101
Octal 210 55 275
Decimal 136 45 189
Hex 88 2D BD

RGB Percentages of Color #882dbd

%36.76
%12.16
%51.08

CMYK Percentages of Color #882dbd

%28
%76
%0
%26

Triadic Colors of #882dbd

#882dbd #bd882d #2dbd88

Analogous Colors of #882dbd

#882dbd #bd2daa #402dbd

Monochromatic Colors of #882dbd

#882dbd

Complementary Color

#882dbd #62bd2d

#882dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#882dbd Color CSS Codes

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

#882dbd Text Font Color

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

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


#882dbd Background Color

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

This div background color is #882dbd


#882dbd Border Color

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

This div border color is #882dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882dbd


Comments

No comments written yet.

Please login to write comment.