Color Hex Logo

#884efa Color Hex

#884EFA
(136,78,250)
0 Favorites   0 Comments

Color spaces of #884efa

RGB 13678250
HSL0.720.950.64
HSV260°69°98°
CMYK 0.460.690.00   0.02
XYZ30.133117.585192.2486
Yxy17.58510.21530.1256
Hunter Lab41.934654.8799-101.0732
CIE-Lab48.989060.8103-77.1975

#884efa color RGB value is (136,78,250).

#884efa hex color red value is 136, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #884efa hue: 0.72 , saturation: 0.95 and the lightness value of 884efa is 0.64.

The process color (four color CMYK) of #884efa color hex is 0.46, 0.69, 0.00, 0.02. Web safe color of #884efa is #9966ff. Color #884efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 11111010
Octal 210 116 372
Decimal 136 78 250
Hex 88 4E FA

RGB Percentages of Color #884efa

%29.31
%16.81
%53.88

CMYK Percentages of Color #884efa

%46
%69
%0
%2

Triadic Colors of #884efa

#884efa #fa884e #4efa88

Analogous Colors of #884efa

#884efa #de4efa #4e6afa

Monochromatic Colors of #884efa

#884efa

Complementary Color

#884efa #c0fa4e

#884efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#884efa Color CSS Codes

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

#884efa Text Font Color

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

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


#884efa Background Color

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

This div background color is #884efa


#884efa Border Color

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

This div border color is #884efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884efa


Comments

No comments written yet.

Please login to write comment.