Color Hex Logo

#80335b Color Hex

#80335B
(128,51,91)
0 Favorites   0 Comments

Color spaces of #80335b

RGB 1285191
HSL0.910.430.35
HSV329°60°50°
CMYK 0.000.600.29   0.50
XYZ11.97427.712210.7550
Yxy7.71220.39340.2533
Hunter Lab27.770828.3664-3.5220
CIE-Lab33.376237.8246-7.3201

#80335b color RGB value is (128,51,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 01011011
Octal 200 63 133
Decimal 128 51 91
Hex 80 33 5B

RGB Percentages of Color #80335b

%47.41
%18.89
%33.70

CMYK Percentages of Color #80335b

%0
%60
%29
%50

Triadic Colors of #80335b

#80335b #5b8033 #335b80

Analogous Colors of #80335b

#80335b #803335 #7f3380

Monochromatic Colors of #80335b

#80335b

Complementary Color

#80335b #338058

#80335b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80335b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80335b Color CSS Codes

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

#80335b Text Font Color

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

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


#80335b Background Color

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

This div background color is #80335b


#80335b Border Color

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

This div border color is #80335b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80335b


Comments

No comments written yet.

Please login to write comment.