Color Hex Logo

#884054 Color Hex

#884054
(136,64,84)
0 Favorites   0 Comments

Color spaces of #884054

RGB 1366484
HSL0.950.360.39
HSV343°53°53°
CMYK 0.000.530.38   0.47
XYZ13.58709.54119.5130
Yxy9.54110.41630.2923
Hunter Lab30.888724.46163.3621
CIE-Lab37.005932.96212.6434

#884054 color RGB value is (136,64,84).

#884054 hex color red value is 136, green value is 64 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #884054 hue: 0.95 , saturation: 0.36 and the lightness value of 884054 is 0.39.

The process color (four color CMYK) of #884054 color hex is 0.00, 0.53, 0.38, 0.47. Web safe color of #884054 is #993366. Color #884054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000000 01010100
Octal 210 100 124
Decimal 136 64 84
Hex 88 40 54

RGB Percentages of Color #884054

%47.89
%22.54
%29.58

CMYK Percentages of Color #884054

%0
%53
%38
%47

Triadic Colors of #884054

#884054 #548840 #405488

Analogous Colors of #884054

#884054 #885040 #884078

Monochromatic Colors of #884054

#884054

Complementary Color

#884054 #408874

#884054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884054 Color CSS Codes

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

#884054 Text Font Color

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

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


#884054 Background Color

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

This div background color is #884054


#884054 Border Color

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

This div border color is #884054


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,64,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #884054; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #884054;
  -webkit-box-shadow: 1px 1px 3px 2px #884054;
  box-shadow:         1px 1px 3px 2px #884054; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884054


Comments

No comments written yet.

Please login to write comment.