Color Hex Logo

#884eea Color Hex

#884EEA
(136,78,234)
0 Favorites   0 Comments

Color spaces of #884eea

RGB 13678234
HSL0.730.790.61
HSV262°67°92°
CMYK 0.420.670.00   0.08
XYZ27.729016.623579.5891
Yxy16.62350.22370.1341
Hunter Lab40.771950.0470-87.1971
CIE-Lab47.782156.6930-70.1920

#884eea color RGB value is (136,78,234).

#884eea hex color red value is 136, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #884eea hue: 0.73 , saturation: 0.79 and the lightness value of 884eea is 0.61.

The process color (four color CMYK) of #884eea color hex is 0.42, 0.67, 0.00, 0.08. Web safe color of #884eea is #9966ff. Color #884eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 11101010
Octal 210 116 352
Decimal 136 78 234
Hex 88 4E EA

RGB Percentages of Color #884eea

%30.36
%17.41
%52.23

CMYK Percentages of Color #884eea

%42
%67
%0
%8

Triadic Colors of #884eea

#884eea #ea884e #4eea88

Analogous Colors of #884eea

#884eea #d64eea #4e62ea

Monochromatic Colors of #884eea

#884eea

Complementary Color

#884eea #b0ea4e

#884eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#884eea Color CSS Codes

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

#884eea Text Font Color

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

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


#884eea Background Color

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

This div background color is #884eea


#884eea Border Color

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

This div border color is #884eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884eea


Comments

No comments written yet.

Please login to write comment.