Color Hex Logo

#884eeb Color Hex

#884EEB
(136,78,235)
0 Favorites   0 Comments

Color spaces of #884eeb

RGB 13678235
HSL0.730.800.61
HSV262°67°92°
CMYK 0.420.670.00   0.08
XYZ27.873116.681280.3480
Yxy16.68120.22320.1336
Hunter Lab40.842650.3430-88.0489
CIE-Lab47.855856.9487-70.6358

#884eeb color RGB value is (136,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 11101011
Octal 210 116 353
Decimal 136 78 235
Hex 88 4E EB

RGB Percentages of Color #884eeb

%30.29
%17.37
%52.34

CMYK Percentages of Color #884eeb

%42
%67
%0
%8

Triadic Colors of #884eeb

#884eeb #eb884e #4eeb88

Analogous Colors of #884eeb

#884eeb #d74eeb #4e63eb

Monochromatic Colors of #884eeb

#884eeb

Complementary Color

#884eeb #b1eb4e

#884eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884eeb Color CSS Codes

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

#884eeb Text Font Color

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

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


#884eeb Background Color

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

This div background color is #884eeb


#884eeb Border Color

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

This div border color is #884eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884eeb


Comments

No comments written yet.

Please login to write comment.