Color Hex Logo

#806290 Color Hex

#806290
(128,98,144)
1 Favorites   0 Comments

Color spaces of #806290

RGB 12898144
HSL0.780.190.47
HSV279°32°56°
CMYK 0.110.320.00   0.44
XYZ18.303815.338228.3814
Yxy15.33820.29510.2473
Hunter Lab39.164014.8872-15.5515
CIE-Lab46.094021.0918-20.6994

#806290 color RGB value is (128,98,144).

#806290 hex color red value is 128, green value is 98 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #806290 hue: 0.78 , saturation: 0.19 and the lightness value of 806290 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100010 10010000
Octal 200 142 220
Decimal 128 98 144
Hex 80 62 90

RGB Percentages of Color #806290

%34.59
%26.49
%38.92

CMYK Percentages of Color #806290

%11
%32
%0
%44

Triadic Colors of #806290

#806290 #908062 #629080

Analogous Colors of #806290

#806290 #906289 #696290

Monochromatic Colors of #806290

#806290

Complementary Color

#806290 #729062

#806290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806290 Color CSS Codes

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

#806290 Text Font Color

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

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


#806290 Background Color

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

This div background color is #806290


#806290 Border Color

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

This div border color is #806290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,98,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 #806290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806290

#806290 Color Palettes


Comments

No comments written yet.

Please login to write comment.