Color Hex Logo

#884edb Color Hex

#884EDB
(136,78,219)
0 Favorites   0 Comments

Color spaces of #884edb

RGB 13678219
HSL0.740.660.58
HSV265°64°86°
CMYK 0.380.640.00   0.14
XYZ25.663915.797568.7144
Yxy15.79750.23290.1434
Hunter Lab39.746145.7012-74.6804
CIE-Lab46.707752.8785-63.4340

#884edb color RGB value is (136,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 11011011
Octal 210 116 333
Decimal 136 78 219
Hex 88 4E DB

RGB Percentages of Color #884edb

%31.41
%18.01
%50.58

CMYK Percentages of Color #884edb

%38
%64
%0
%14

Triadic Colors of #884edb

#884edb #db884e #4edb88

Analogous Colors of #884edb

#884edb #cf4edb #4e5adb

Monochromatic Colors of #884edb

#884edb

Complementary Color

#884edb #a1db4e

#884edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884edb Color CSS Codes

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

#884edb Text Font Color

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

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


#884edb Background Color

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

This div background color is #884edb


#884edb Border Color

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

This div border color is #884edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884edb


Comments

No comments written yet.

Please login to write comment.