Color Hex Logo

#883363 Color Hex

#883363
(136,51,99)
0 Favorites   0 Comments

Color spaces of #883363

RGB 1365199
HSL0.910.450.37
HSV326°63°53°
CMYK 0.000.630.27   0.47
XYZ13.58938.502712.7293
Yxy8.50270.39030.2442
Hunter Lab29.159432.1583-5.4710
CIE-Lab35.008641.5858-9.8479

#883363 color RGB value is (136,51,99).

#883363 hex color red value is 136, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #883363 hue: 0.91 , saturation: 0.45 and the lightness value of 883363 is 0.37.

The process color (four color CMYK) of #883363 color hex is 0.00, 0.63, 0.27, 0.47. Web safe color of #883363 is #993366. Color #883363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110011 01100011
Octal 210 63 143
Decimal 136 51 99
Hex 88 33 63

RGB Percentages of Color #883363

%47.55
%17.83
%34.62

CMYK Percentages of Color #883363

%0
%63
%27
%47

Triadic Colors of #883363

#883363 #638833 #336388

Analogous Colors of #883363

#883363 #883338 #833388

Monochromatic Colors of #883363

#883363

Complementary Color

#883363 #338858

#883363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883363 Color CSS Codes

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

#883363 Text Font Color

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

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


#883363 Background Color

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

This div background color is #883363


#883363 Border Color

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

This div border color is #883363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883363


Comments

No comments written yet.

Please login to write comment.