Color Hex Logo

#884edf Color Hex

#884EDF
(136,78,223)
0 Favorites   0 Comments

Color spaces of #884edf

RGB 13678223
HSL0.730.690.59
HSV264°65°87°
CMYK 0.390.650.00   0.13
XYZ26.197016.010771.5217
Yxy16.01070.23030.1408
Hunter Lab40.013446.8416-77.9682
CIE-Lab46.988553.8904-65.2549

#884edf color RGB value is (136,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 11011111
Octal 210 116 337
Decimal 136 78 223
Hex 88 4E DF

RGB Percentages of Color #884edf

%31.12
%17.85
%51.03

CMYK Percentages of Color #884edf

%39
%65
%0
%13

Triadic Colors of #884edf

#884edf #df884e #4edf88

Analogous Colors of #884edf

#884edf #d14edf #4e5ddf

Monochromatic Colors of #884edf

#884edf

Complementary Color

#884edf #a5df4e

#884edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884edf Color CSS Codes

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

#884edf Text Font Color

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

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


#884edf Background Color

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

This div background color is #884edf


#884edf Border Color

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

This div border color is #884edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884edf


Comments

No comments written yet.

Please login to write comment.