Color Hex Logo

#807dbf Color Hex

#807DBF
(128,125,191)
0 Favorites   0 Comments

Color spaces of #807dbf

RGB 128125191
HSL0.670.340.62
HSV243°35°75°
CMYK 0.330.350.00   0.25
XYZ25.639723.018052.3818
Yxy23.01800.25380.2278
Hunter Lab47.977111.4333-31.1494
CIE-Lab55.090916.6425-34.1420

#807dbf color RGB value is (128,125,191).

#807dbf hex color red value is 128, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #807dbf hue: 0.67 , saturation: 0.34 and the lightness value of 807dbf is 0.62.

The process color (four color CMYK) of #807dbf color hex is 0.33, 0.35, 0.00, 0.25. Web safe color of #807dbf is #9966cc. Color #807dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 10111111
Octal 200 175 277
Decimal 128 125 191
Hex 80 7D BF

RGB Percentages of Color #807dbf

%28.83
%28.15
%43.02

CMYK Percentages of Color #807dbf

%33
%35
%0
%25

Triadic Colors of #807dbf

#807dbf #bf807d #7dbf80

Analogous Colors of #807dbf

#807dbf #a17dbf #7d9bbf

Monochromatic Colors of #807dbf

#807dbf

Complementary Color

#807dbf #bcbf7d

#807dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#807dbf Color CSS Codes

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

#807dbf Text Font Color

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

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


#807dbf Background Color

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

This div background color is #807dbf


#807dbf Border Color

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

This div border color is #807dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807dbf


Comments

No comments written yet.

Please login to write comment.