Color Hex Logo

#884ffd Color Hex

#884FFD
(136,79,253)
0 Favorites   0 Comments

Color spaces of #884ffd

RGB 13679253
HSL0.720.980.65
HSV260°69°99°
CMYK 0.460.690.00   0.01
XYZ30.678917.918194.7701
Yxy17.91810.21400.1250
Hunter Lab42.329855.2924-103.1107
CIE-Lab49.396661.0993-78.2034

#884ffd color RGB value is (136,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 11111101
Octal 210 117 375
Decimal 136 79 253
Hex 88 4F FD

RGB Percentages of Color #884ffd

%29.06
%16.88
%54.06

CMYK Percentages of Color #884ffd

%46
%69
%0
%1

Triadic Colors of #884ffd

#884ffd #fd884f #4ffd88

Analogous Colors of #884ffd

#884ffd #df4ffd #4f6dfd

Monochromatic Colors of #884ffd

#884ffd

Complementary Color

#884ffd #c4fd4f

#884ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#884ffd Color CSS Codes

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

#884ffd Text Font Color

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

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


#884ffd Background Color

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

This div background color is #884ffd


#884ffd Border Color

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

This div border color is #884ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884ffd


Comments

No comments written yet.

Please login to write comment.