Color Hex Logo

#808dd8 Color Hex

#808DD8
(128,141,216)
0 Favorites   0 Comments

Color spaces of #808dd8

RGB 128141216
HSL0.640.530.67
HSV231°41°85°
CMYK 0.410.350.00   0.15
XYZ30.821628.596868.8610
Yxy28.59680.24030.2229
Hunter Lab53.47609.2979-38.9145
CIE-Lab60.424114.0979-39.9069

#808dd8 color RGB value is (128,141,216).

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

The process color (four color CMYK) of #808dd8 color hex is 0.41, 0.35, 0.00, 0.15. Web safe color of #808dd8 is #9999cc. Color #808dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 11011000
Octal 200 215 330
Decimal 128 141 216
Hex 80 8D D8

RGB Percentages of Color #808dd8

%26.39
%29.07
%44.54

CMYK Percentages of Color #808dd8

%41
%35
%0
%15

Triadic Colors of #808dd8

#808dd8 #d8808d #8dd880

Analogous Colors of #808dd8

#808dd8 #9f80d8 #80b9d8

Monochromatic Colors of #808dd8

#808dd8

Complementary Color

#808dd8 #d8cb80

#808dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808dd8 Color CSS Codes

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

#808dd8 Text Font Color

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

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


#808dd8 Background Color

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

This div background color is #808dd8


#808dd8 Border Color

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

This div border color is #808dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808dd8


Comments

No comments written yet.

Please login to write comment.