Color Hex Logo

#884361 Color Hex

#884361
(136,67,97)
0 Favorites   0 Comments

Color spaces of #884361

RGB 1366797
HSL0.930.340.40
HSV334°51°53°
CMYK 0.000.510.29   0.47
XYZ14.318210.111612.5063
Yxy10.11160.38760.2738
Hunter Lab31.798724.7264-1.0594
CIE-Lab38.042033.1043-4.0436

#884361 color RGB value is (136,67,97).

#884361 hex color red value is 136, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #884361 hue: 0.93 , saturation: 0.34 and the lightness value of 884361 is 0.40.

The process color (four color CMYK) of #884361 color hex is 0.00, 0.51, 0.29, 0.47. Web safe color of #884361 is #993366. Color #884361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000011 01100001
Octal 210 103 141
Decimal 136 67 97
Hex 88 43 61

RGB Percentages of Color #884361

%45.33
%22.33
%32.33

CMYK Percentages of Color #884361

%0
%51
%29
%47

Triadic Colors of #884361

#884361 #618843 #436188

Analogous Colors of #884361

#884361 #884843 #884384

Monochromatic Colors of #884361

#884361

Complementary Color

#884361 #43886a

#884361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884361 Color CSS Codes

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

#884361 Text Font Color

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

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


#884361 Background Color

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

This div background color is #884361


#884361 Border Color

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

This div border color is #884361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884361


Comments

No comments written yet.

Please login to write comment.