Color Hex Logo

#882dad Color Hex

#882DAD
(136,45,173)
0 Favorites   0 Comments

Color spaces of #882dad

RGB 13645173
HSL0.790.590.43
HSV283°74°68°
CMYK 0.210.740.00   0.32
XYZ18.634610.128140.5079
Yxy10.12810.26900.1462
Hunter Lab31.824748.8256-53.1897
CIE-Lab38.071457.4011-50.6169

#882dad color RGB value is (136,45,173).

#882dad hex color red value is 136, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #882dad hue: 0.79 , saturation: 0.59 and the lightness value of 882dad is 0.43.

The process color (four color CMYK) of #882dad color hex is 0.21, 0.74, 0.00, 0.32. Web safe color of #882dad is #993399. Color #882dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101101 10101101
Octal 210 55 255
Decimal 136 45 173
Hex 88 2D AD

RGB Percentages of Color #882dad

%38.42
%12.71
%48.87

CMYK Percentages of Color #882dad

%21
%74
%0
%32

Triadic Colors of #882dad

#882dad #ad882d #2dad88

Analogous Colors of #882dad

#882dad #ad2d92 #482dad

Monochromatic Colors of #882dad

#882dad

Complementary Color

#882dad #52ad2d

#882dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#882dad Color CSS Codes

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

#882dad Text Font Color

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

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


#882dad Background Color

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

This div background color is #882dad


#882dad Border Color

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

This div border color is #882dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,45,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882dad


Comments

No comments written yet.

Please login to write comment.