Color Hex Logo

#883969 Color Hex

#883969
(136,57,105)
0 Favorites   0 Comments

Color spaces of #883969

RGB 13657105
HSL0.900.410.38
HSV324°58°53°
CMYK 0.000.580.23   0.47
XYZ14.16639.180414.3900
Yxy9.18040.37540.2433
Hunter Lab30.299230.4337-6.9492
CIE-Lab36.329339.5423-11.6511

#883969 color RGB value is (136,57,105).

#883969 hex color red value is 136, green value is 57 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #883969 hue: 0.90 , saturation: 0.41 and the lightness value of 883969 is 0.38.

The process color (four color CMYK) of #883969 color hex is 0.00, 0.58, 0.23, 0.47. Web safe color of #883969 is #993366. Color #883969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111001 01101001
Octal 210 71 151
Decimal 136 57 105
Hex 88 39 69

RGB Percentages of Color #883969

%45.64
%19.13
%35.23

CMYK Percentages of Color #883969

%0
%58
%23
%47

Triadic Colors of #883969

#883969 #698839 #396988

Analogous Colors of #883969

#883969 #883941 #803988

Monochromatic Colors of #883969

#883969

Complementary Color

#883969 #398858

#883969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883969 Color CSS Codes

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

#883969 Text Font Color

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

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


#883969 Background Color

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

This div background color is #883969


#883969 Border Color

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

This div border color is #883969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883969


Comments

No comments written yet.

Please login to write comment.