Color Hex Logo

#884ffa Color Hex

#884FFA
(136,79,250)
0 Favorites   0 Comments

Color spaces of #884ffa

RGB 13679250
HSL0.720.940.65
HSV260°68°98°
CMYK 0.460.680.00   0.02
XYZ30.204617.728392.2724
Yxy17.72830.21540.1264
Hunter Lab42.105054.3657-100.4596
CIE-Lab49.164960.3215-76.9104

#884ffa color RGB value is (136,79,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 11111010
Octal 210 117 372
Decimal 136 79 250
Hex 88 4F FA

RGB Percentages of Color #884ffa

%29.25
%16.99
%53.76

CMYK Percentages of Color #884ffa

%46
%68
%0
%2

Triadic Colors of #884ffa

#884ffa #fa884f #4ffa88

Analogous Colors of #884ffa

#884ffa #de4ffa #4f6cfa

Monochromatic Colors of #884ffa

#884ffa

Complementary Color

#884ffa #c1fa4f

#884ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#884ffa Color CSS Codes

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

#884ffa Text Font Color

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

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


#884ffa Background Color

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

This div background color is #884ffa


#884ffa Border Color

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

This div border color is #884ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,79,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 #884ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884ffa


Comments

No comments written yet.

Please login to write comment.