Color Hex Logo

#807dcd Color Hex

#807DCD
(128,125,205)
0 Favorites   0 Comments

Color spaces of #807dcd

RGB 128125205
HSL0.670.440.65
HSV242°39°80°
CMYK 0.380.390.00   0.20
XYZ27.255123.664260.8888
Yxy23.66420.24380.2117
Hunter Lab48.645914.8790-40.1597
CIE-Lab55.750020.4486-41.0673

#807dcd color RGB value is (128,125,205).

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

The process color (four color CMYK) of #807dcd color hex is 0.38, 0.39, 0.00, 0.20. Web safe color of #807dcd is #9966cc. Color #807dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 11001101
Octal 200 175 315
Decimal 128 125 205
Hex 80 7D CD

RGB Percentages of Color #807dcd

%27.95
%27.29
%44.76

CMYK Percentages of Color #807dcd

%38
%39
%0
%20

Triadic Colors of #807dcd

#807dcd #cd807d #7dcd80

Analogous Colors of #807dcd

#807dcd #a87dcd #7da2cd

Monochromatic Colors of #807dcd

#807dcd

Complementary Color

#807dcd #cacd7d

#807dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#807dcd Color CSS Codes

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

#807dcd Text Font Color

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

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


#807dcd Background Color

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

This div background color is #807dcd


#807dcd Border Color

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

This div border color is #807dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807dcd


Comments

No comments written yet.

Please login to write comment.