Color Hex Logo

#884adb Color Hex

#884ADB
(136,74,219)
0 Favorites   0 Comments

Color spaces of #884adb

RGB 13674219
HSL0.740.670.57
HSV266°66°86°
CMYK 0.380.660.00   0.14
XYZ25.388315.246368.6225
Yxy15.24630.23240.1395
Hunter Lab39.046547.7305-76.8670
CIE-Lab45.969754.8985-64.6299

#884adb color RGB value is (136,74,219).

#884adb hex color red value is 136, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #884adb hue: 0.74 , saturation: 0.67 and the lightness value of 884adb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 11011011
Octal 210 112 333
Decimal 136 74 219
Hex 88 4A DB

RGB Percentages of Color #884adb

%31.70
%17.25
%51.05

CMYK Percentages of Color #884adb

%38
%66
%0
%14

Triadic Colors of #884adb

#884adb #db884a #4adb88

Analogous Colors of #884adb

#884adb #d14adb #4a54db

Monochromatic Colors of #884adb

#884adb

Complementary Color

#884adb #9ddb4a

#884adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884adb Color CSS Codes

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

#884adb Text Font Color

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

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


#884adb Background Color

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

This div background color is #884adb


#884adb Border Color

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

This div border color is #884adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884adb


Comments

No comments written yet.

Please login to write comment.