Color Hex Logo

#884dbf Color Hex

#884DBF
(136,77,191)
0 Favorites   0 Comments

Color spaces of #884dbf

RGB 13677191
HSL0.750.470.53
HSV271°60°75°
CMYK 0.290.600.00   0.25
XYZ22.211214.303650.8804
Yxy14.30360.25410.1637
Hunter Lab37.820138.6453-53.2904
CIE-Lab44.665246.4863-50.6054

#884dbf color RGB value is (136,77,191).

#884dbf hex color red value is 136, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #884dbf hue: 0.75 , saturation: 0.47 and the lightness value of 884dbf is 0.53.

The process color (four color CMYK) of #884dbf color hex is 0.29, 0.60, 0.00, 0.25. Web safe color of #884dbf is #9966cc. Color #884dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001101 10111111
Octal 210 115 277
Decimal 136 77 191
Hex 88 4D BF

RGB Percentages of Color #884dbf

%33.66
%19.06
%47.28

CMYK Percentages of Color #884dbf

%29
%60
%0
%25

Triadic Colors of #884dbf

#884dbf #bf884d #4dbf88

Analogous Colors of #884dbf

#884dbf #bf4dbd #4f4dbf

Monochromatic Colors of #884dbf

#884dbf

Complementary Color

#884dbf #84bf4d

#884dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884dbf Color CSS Codes

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

#884dbf Text Font Color

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

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


#884dbf Background Color

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

This div background color is #884dbf


#884dbf Border Color

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

This div border color is #884dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884dbf


Comments

No comments written yet.

Please login to write comment.