Color Hex Logo

#884dda Color Hex

#884DDA
(136,77,218)
0 Favorites   0 Comments

Color spaces of #884dda

RGB 13677218
HSL0.740.660.58
HSV265°65°85°
CMYK 0.380.650.00   0.15
XYZ25.462115.604067.9995
Yxy15.60400.23350.1431
Hunter Lab39.501945.9291-74.4119
CIE-Lab46.450653.1374-63.2803

#884dda color RGB value is (136,77,218).

#884dda hex color red value is 136, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #884dda hue: 0.74 , saturation: 0.66 and the lightness value of 884dda is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001101 11011010
Octal 210 115 332
Decimal 136 77 218
Hex 88 4D DA

RGB Percentages of Color #884dda

%31.55
%17.87
%50.58

CMYK Percentages of Color #884dda

%38
%65
%0
%15

Triadic Colors of #884dda

#884dda #da884d #4dda88

Analogous Colors of #884dda

#884dda #cf4dda #4d59da

Monochromatic Colors of #884dda

#884dda

Complementary Color

#884dda #9fda4d

#884dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#884dda Color CSS Codes

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

#884dda Text Font Color

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

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


#884dda Background Color

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

This div background color is #884dda


#884dda Border Color

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

This div border color is #884dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884dda


Comments

No comments written yet.

Please login to write comment.