Color Hex Logo

#884fde Color Hex

#884FDE
(136,79,222)
0 Favorites   0 Comments

Color spaces of #884fde

RGB 13679222
HSL0.730.680.59
HSV264°64°87°
CMYK 0.390.640.00   0.13
XYZ26.134116.100170.8375
Yxy16.10010.23110.1424
Hunter Lab40.124946.0417-76.5845
CIE-Lab47.105553.1253-64.4970

#884fde color RGB value is (136,79,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 11011110
Octal 210 117 336
Decimal 136 79 222
Hex 88 4F DE

RGB Percentages of Color #884fde

%31.12
%18.08
%50.80

CMYK Percentages of Color #884fde

%39
%64
%0
%13

Triadic Colors of #884fde

#884fde #de884f #4fde88

Analogous Colors of #884fde

#884fde #d04fde #4f5ede

Monochromatic Colors of #884fde

#884fde

Complementary Color

#884fde #a5de4f

#884fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#884fde Color CSS Codes

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

#884fde Text Font Color

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

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


#884fde Background Color

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

This div background color is #884fde


#884fde Border Color

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

This div border color is #884fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884fde


Comments

No comments written yet.

Please login to write comment.