Color Hex Logo

#805084 Color Hex

#805084
(128,80,132)
0 Favorites   0 Comments

Color spaces of #805084

RGB 12880132
HSL0.820.250.42
HSV295°39°52°
CMYK 0.030.390.00   0.48
XYZ15.935611.992523.3047
Yxy11.99250.31100.2341
Hunter Lab34.630221.5366-15.6586
CIE-Lab41.204229.1365-21.0070

#805084 color RGB value is (128,80,132).

#805084 hex color red value is 128, green value is 80 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #805084 hue: 0.82 , saturation: 0.25 and the lightness value of 805084 is 0.42.

The process color (four color CMYK) of #805084 color hex is 0.03, 0.39, 0.00, 0.48. Web safe color of #805084 is #996699. Color #805084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 10000100
Octal 200 120 204
Decimal 128 80 132
Hex 80 50 84

RGB Percentages of Color #805084

%37.65
%23.53
%38.82

CMYK Percentages of Color #805084

%3
%39
%0
%48

Triadic Colors of #805084

#805084 #848050 #508480

Analogous Colors of #805084

#805084 #84506e #665084

Monochromatic Colors of #805084

#805084

Complementary Color

#805084 #548450

#805084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805084 Color CSS Codes

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

#805084 Text Font Color

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

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


#805084 Background Color

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

This div background color is #805084


#805084 Border Color

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

This div border color is #805084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805084


Comments

No comments written yet.

Please login to write comment.