Color Hex Logo

#884edd Color Hex

#884EDD
(136,78,221)
0 Favorites   0 Comments

Color spaces of #884edd

RGB 13678221
HSL0.730.680.59
HSV264°65°87°
CMYK 0.380.650.00   0.13
XYZ25.928915.903570.1097
Yxy15.90350.23160.1421
Hunter Lab39.879246.2696-76.3195
CIE-Lab46.847653.3839-64.3461

#884edd color RGB value is (136,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 11011101
Octal 210 116 335
Decimal 136 78 221
Hex 88 4E DD

RGB Percentages of Color #884edd

%31.26
%17.93
%50.80

CMYK Percentages of Color #884edd

%38
%65
%0
%13

Triadic Colors of #884edd

#884edd #dd884e #4edd88

Analogous Colors of #884edd

#884edd #d04edd #4e5cdd

Monochromatic Colors of #884edd

#884edd

Complementary Color

#884edd #a3dd4e

#884edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#884edd Color CSS Codes

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

#884edd Text Font Color

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

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


#884edd Background Color

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

This div background color is #884edd


#884edd Border Color

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

This div border color is #884edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884edd


Comments

No comments written yet.

Please login to write comment.