Color Hex Logo

#884fdb Color Hex

#884FDB
(136,79,219)
0 Favorites   0 Comments

Color spaces of #884fdb

RGB 13679219
HSL0.730.660.58
HSV264°64°86°
CMYK 0.380.640.00   0.14
XYZ25.735515.940768.7383
Yxy15.94070.23310.1444
Hunter Lab39.925845.1879-74.1286
CIE-Lab46.896652.3645-63.1282

#884fdb color RGB value is (136,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 11011011
Octal 210 117 333
Decimal 136 79 219
Hex 88 4F DB

RGB Percentages of Color #884fdb

%31.34
%18.20
%50.46

CMYK Percentages of Color #884fdb

%38
%64
%0
%14

Triadic Colors of #884fdb

#884fdb #db884f #4fdb88

Analogous Colors of #884fdb

#884fdb #ce4fdb #4f5cdb

Monochromatic Colors of #884fdb

#884fdb

Complementary Color

#884fdb #a2db4f

#884fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884fdb Color CSS Codes

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

#884fdb Text Font Color

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

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


#884fdb Background Color

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

This div background color is #884fdb


#884fdb Border Color

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

This div border color is #884fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884fdb


Comments

No comments written yet.

Please login to write comment.