Color Hex Logo

#803353 Color Hex

#803353
(128,51,83)
0 Favorites   0 Comments

Color spaces of #803353

RGB 1285183
HSL0.930.430.35
HSV335°60°50°
CMYK 0.000.600.35   0.50
XYZ11.64727.58149.0331
Yxy7.58140.41210.2683
Hunter Lab27.534327.3215-0.1770
CIE-Lab33.095436.7319-2.5806

#803353 color RGB value is (128,51,83).

#803353 hex color red value is 128, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #803353 hue: 0.93 , saturation: 0.43 and the lightness value of 803353 is 0.35.

The process color (four color CMYK) of #803353 color hex is 0.00, 0.60, 0.35, 0.50. Web safe color of #803353 is #993366. Color #803353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 01010011
Octal 200 63 123
Decimal 128 51 83
Hex 80 33 53

RGB Percentages of Color #803353

%48.85
%19.47
%31.68

CMYK Percentages of Color #803353

%0
%60
%35
%50

Triadic Colors of #803353

#803353 #538033 #335380

Analogous Colors of #803353

#803353 #803a33 #80337a

Monochromatic Colors of #803353

#803353

Complementary Color

#803353 #338060

#803353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803353 Color CSS Codes

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

#803353 Text Font Color

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

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


#803353 Background Color

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

This div background color is #803353


#803353 Border Color

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

This div border color is #803353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803353


Comments

No comments written yet.

Please login to write comment.