Color Hex Logo

#808dcd Color Hex

#808DCD
(128,141,205)
0 Favorites   0 Comments

Color spaces of #808dcd

RGB 128141205
HSL0.640.440.65
HSV230°38°80°
CMYK 0.380.310.00   0.20
XYZ29.446428.046761.6192
Yxy28.04670.24720.2355
Hunter Lab52.95916.5713-31.9139
CIE-Lab59.930911.0370-34.5150

#808dcd color RGB value is (128,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 11001101
Octal 200 215 315
Decimal 128 141 205
Hex 80 8D CD

RGB Percentages of Color #808dcd

%27.00
%29.75
%43.25

CMYK Percentages of Color #808dcd

%38
%31
%0
%20

Triadic Colors of #808dcd

#808dcd #cd808d #8dcd80

Analogous Colors of #808dcd

#808dcd #9a80cd #80b4cd

Monochromatic Colors of #808dcd

#808dcd

Complementary Color

#808dcd #cdc080

#808dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#808dcd Color CSS Codes

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

#808dcd Text Font Color

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

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


#808dcd Background Color

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

This div background color is #808dcd


#808dcd Border Color

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

This div border color is #808dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,141,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 #808dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808dcd


Comments

No comments written yet.

Please login to write comment.