Color Hex Logo

#882da8 Color Hex

#882DA8
(136,45,168)
0 Favorites   0 Comments

Color spaces of #882da8

RGB 13645168
HSL0.790.580.42
HSV284°73°66°
CMYK 0.190.730.00   0.34
XYZ18.15969.938238.0069
Yxy9.93820.27470.1503
Hunter Lab31.524947.6545-49.4135
CIE-Lab37.731356.3776-48.1798

#882da8 color RGB value is (136,45,168).

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

The process color (four color CMYK) of #882da8 color hex is 0.19, 0.73, 0.00, 0.34. Web safe color of #882da8 is #993399. Color #882da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101101 10101000
Octal 210 55 250
Decimal 136 45 168
Hex 88 2D A8

RGB Percentages of Color #882da8

%38.97
%12.89
%48.14

CMYK Percentages of Color #882da8

%19
%73
%0
%34

Triadic Colors of #882da8

#882da8 #a8882d #2da888

Analogous Colors of #882da8

#882da8 #a82d8b #4a2da8

Monochromatic Colors of #882da8

#882da8

Complementary Color

#882da8 #4da82d

#882da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882da8 Color CSS Codes

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

#882da8 Text Font Color

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

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


#882da8 Background Color

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

This div background color is #882da8


#882da8 Border Color

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

This div border color is #882da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882da8


Comments

No comments written yet.

Please login to write comment.