Color Hex Logo

#807bae Color Hex

#807BAE
(128,123,174)
0 Favorites   0 Comments

Color spaces of #807bae

RGB 128123174
HSL0.680.240.58
HSV246°29°68°
CMYK 0.260.290.00   0.32
XYZ23.625021.811143.0092
Yxy21.81110.26710.2466
Hunter Lab46.70248.5674-21.9098
CIE-Lab53.826013.4007-26.3555

#807bae color RGB value is (128,123,174).

#807bae hex color red value is 128, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #807bae hue: 0.68 , saturation: 0.24 and the lightness value of 807bae is 0.58.

The process color (four color CMYK) of #807bae color hex is 0.26, 0.29, 0.00, 0.32. Web safe color of #807bae is #996699. Color #807bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111011 10101110
Octal 200 173 256
Decimal 128 123 174
Hex 80 7B AE

RGB Percentages of Color #807bae

%30.12
%28.94
%40.94

CMYK Percentages of Color #807bae

%26
%29
%0
%32

Triadic Colors of #807bae

#807bae #ae807b #7bae80

Analogous Colors of #807bae

#807bae #9a7bae #7b90ae

Monochromatic Colors of #807bae

#807bae

Complementary Color

#807bae #a9ae7b

#807bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#807bae Color CSS Codes

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

#807bae Text Font Color

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

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


#807bae Background Color

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

This div background color is #807bae


#807bae Border Color

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

This div border color is #807bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,123,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807bae;
  -webkit-box-shadow: 1px 1px 3px 2px #807bae;
  box-shadow:         1px 1px 3px 2px #807bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807bae


Comments

No comments written yet.

Please login to write comment.