Color Hex Logo

#80385e Color Hex

#80385E
(128,56,94)
0 Favorites   0 Comments

Color spaces of #80385e

RGB 1285694
HSL0.910.390.36
HSV328°56°50°
CMYK 0.000.560.27   0.50
XYZ12.33668.225711.5272
Yxy8.22570.38440.2563
Hunter Lab28.680526.5890-3.7534
CIE-Lab34.448635.7057-7.6328

#80385e color RGB value is (128,56,94).

#80385e hex color red value is 128, green value is 56 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80385e hue: 0.91 , saturation: 0.39 and the lightness value of 80385e is 0.36.

The process color (four color CMYK) of #80385e color hex is 0.00, 0.56, 0.27, 0.50. Web safe color of #80385e is #993366. Color #80385e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01011110
Octal 200 70 136
Decimal 128 56 94
Hex 80 38 5E

RGB Percentages of Color #80385e

%46.04
%20.14
%33.81

CMYK Percentages of Color #80385e

%0
%56
%27
%50

Triadic Colors of #80385e

#80385e #5e8038 #385e80

Analogous Colors of #80385e

#80385e #80383a #7e3880

Monochromatic Colors of #80385e

#80385e

Complementary Color

#80385e #38805a

#80385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80385e Color CSS Codes

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

#80385e Text Font Color

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

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


#80385e Background Color

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

This div background color is #80385e


#80385e Border Color

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

This div border color is #80385e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,56,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80385e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80385e;
  -webkit-box-shadow: 1px 1px 3px 2px #80385e;
  box-shadow:         1px 1px 3px 2px #80385e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80385e


Comments

No comments written yet.

Please login to write comment.