Color Hex Logo

#882dda Color Hex

#882DDA
(136,45,218)
0 Favorites   0 Comments

Color spaces of #882dda

RGB 13645218
HSL0.750.700.52
HSV272°79°85°
CMYK 0.380.790.00   0.15
XYZ23.746612.173067.4277
Yxy12.17300.22980.1178
Hunter Lab34.889860.4329-90.1603
CIE-Lab41.489867.1126-71.3529

#882dda color RGB value is (136,45,218).

#882dda hex color red value is 136, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #882dda hue: 0.75 , saturation: 0.70 and the lightness value of 882dda is 0.52.

The process color (four color CMYK) of #882dda color hex is 0.38, 0.79, 0.00, 0.15. Web safe color of #882dda is #9933cc. Color #882dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101101 11011010
Octal 210 55 332
Decimal 136 45 218
Hex 88 2D DA

RGB Percentages of Color #882dda

%34.09
%11.28
%54.64

CMYK Percentages of Color #882dda

%38
%79
%0
%15

Triadic Colors of #882dda

#882dda #da882d #2dda88

Analogous Colors of #882dda

#882dda #da2dd6 #322dda

Monochromatic Colors of #882dda

#882dda

Complementary Color

#882dda #7fda2d

#882dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#882dda Color CSS Codes

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

#882dda Text Font Color

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

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


#882dda Background Color

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

This div background color is #882dda


#882dda Border Color

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

This div border color is #882dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882dda


Comments

No comments written yet.

Please login to write comment.