Color Hex Logo

#806b98 Color Hex

#806B98
(128,107,152)
0 Favorites   0 Comments

Color spaces of #806b98

RGB 128107152
HSL0.740.180.51
HSV268°30°60°
CMYK 0.160.300.00   0.40
XYZ19.827317.371632.0138
Yxy17.37160.28650.2510
Hunter Lab41.679311.9758-16.3651
CIE-Lab48.724917.5501-21.3964

#806b98 color RGB value is (128,107,152).

#806b98 hex color red value is 128, green value is 107 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #806b98 hue: 0.74 , saturation: 0.18 and the lightness value of 806b98 is 0.51.

The process color (four color CMYK) of #806b98 color hex is 0.16, 0.30, 0.00, 0.40. Web safe color of #806b98 is #996699. Color #806b98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 10011000
Octal 200 153 230
Decimal 128 107 152
Hex 80 6B 98

RGB Percentages of Color #806b98

%33.07
%27.65
%39.28

CMYK Percentages of Color #806b98

%16
%30
%0
%40

Triadic Colors of #806b98

#806b98 #98806b #6b9880

Analogous Colors of #806b98

#806b98 #976b98 #6b6d98

Monochromatic Colors of #806b98

#806b98

Complementary Color

#806b98 #83986b

#806b98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806b98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806b98 Color CSS Codes

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

#806b98 Text Font Color

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

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


#806b98 Background Color

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

This div background color is #806b98


#806b98 Border Color

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

This div border color is #806b98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,107,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806b98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806b98;
  -webkit-box-shadow: 1px 1px 3px 2px #806b98;
  box-shadow:         1px 1px 3px 2px #806b98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806b98


Comments

No comments written yet.

Please login to write comment.