Color Hex Logo

#807dbd Color Hex

#807DBD
(128,125,189)
0 Favorites   0 Comments

Color spaces of #807dbd

RGB 128125189
HSL0.670.330.62
HSV243°34°74°
CMYK 0.320.340.00   0.26
XYZ25.421022.930551.2303
Yxy22.93050.25530.2303
Hunter Lab47.885810.9596-29.9109
CIE-Lab55.000716.1101-33.1406

#807dbd color RGB value is (128,125,189).

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

The process color (four color CMYK) of #807dbd color hex is 0.32, 0.34, 0.00, 0.26. Web safe color of #807dbd is #9966cc. Color #807dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 10111101
Octal 200 175 275
Decimal 128 125 189
Hex 80 7D BD

RGB Percentages of Color #807dbd

%28.96
%28.28
%42.76

CMYK Percentages of Color #807dbd

%32
%34
%0
%26

Triadic Colors of #807dbd

#807dbd #bd807d #7dbd80

Analogous Colors of #807dbd

#807dbd #a07dbd #7d9abd

Monochromatic Colors of #807dbd

#807dbd

Complementary Color

#807dbd #babd7d

#807dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#807dbd Color CSS Codes

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

#807dbd Text Font Color

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

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


#807dbd Background Color

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

This div background color is #807dbd


#807dbd Border Color

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

This div border color is #807dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807dbd


Comments

No comments written yet.

Please login to write comment.