Color Hex Logo

#803155 Color Hex

#803155
(128,49,85)
0 Favorites   0 Comments

Color spaces of #803155

RGB 1284985
HSL0.920.450.35
HSV333°62°50°
CMYK 0.000.620.34   0.50
XYZ11.64017.44179.4172
Yxy7.44170.40840.2611
Hunter Lab27.279528.4265-1.3720
CIE-Lab32.792037.9893-4.3230

#803155 color RGB value is (128,49,85).

#803155 hex color red value is 128, green value is 49 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #803155 hue: 0.92 , saturation: 0.45 and the lightness value of 803155 is 0.35.

The process color (four color CMYK) of #803155 color hex is 0.00, 0.62, 0.34, 0.50. Web safe color of #803155 is #993366. Color #803155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110001 01010101
Octal 200 61 125
Decimal 128 49 85
Hex 80 31 55

RGB Percentages of Color #803155

%48.85
%18.70
%32.44

CMYK Percentages of Color #803155

%0
%62
%34
%50

Triadic Colors of #803155

#803155 #558031 #315580

Analogous Colors of #803155

#803155 #803531 #80317d

Monochromatic Colors of #803155

#803155

Complementary Color

#803155 #31805c

#803155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803155 Color CSS Codes

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

#803155 Text Font Color

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

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


#803155 Background Color

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

This div background color is #803155


#803155 Border Color

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

This div border color is #803155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803155


Comments

No comments written yet.

Please login to write comment.