Color Hex Logo

#805790 Color Hex

#805790
(128,87,144)
0 Favorites   0 Comments

Color spaces of #805790

RGB 12887144
HSL0.790.250.45
HSV283°40°56°
CMYK 0.110.400.00   0.44
XYZ17.344313.419228.0616
Yxy13.41920.29480.2281
Hunter Lab36.632220.4082-19.7757
CIE-Lab43.388227.6185-24.8828

#805790 color RGB value is (128,87,144).

#805790 hex color red value is 128, green value is 87 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #805790 hue: 0.79 , saturation: 0.25 and the lightness value of 805790 is 0.45.

The process color (four color CMYK) of #805790 color hex is 0.11, 0.40, 0.00, 0.44. Web safe color of #805790 is #996699. Color #805790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 10010000
Octal 200 127 220
Decimal 128 87 144
Hex 80 57 90

RGB Percentages of Color #805790

%35.65
%24.23
%40.11

CMYK Percentages of Color #805790

%11
%40
%0
%44

Triadic Colors of #805790

#805790 #908057 #579080

Analogous Colors of #805790

#805790 #905784 #645790

Monochromatic Colors of #805790

#805790

Complementary Color

#805790 #679057

#805790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805790 Color CSS Codes

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

#805790 Text Font Color

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

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


#805790 Background Color

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

This div background color is #805790


#805790 Border Color

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

This div border color is #805790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805790


Comments

No comments written yet.

Please login to write comment.