Color Hex Logo

#808bdc Color Hex

#808BDC
(128,139,220)
0 Favorites   0 Comments

Color spaces of #808bdc

RGB 128139220
HSL0.650.570.68
HSV233°42°86°
CMYK 0.420.370.00   0.14
XYZ31.053028.221771.5208
Yxy28.22170.23740.2158
Hunter Lab53.124111.3727-42.6351
CIE-Lab60.088516.4021-42.6680

#808bdc color RGB value is (128,139,220).

#808bdc hex color red value is 128, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #808bdc hue: 0.65 , saturation: 0.57 and the lightness value of 808bdc is 0.68.

The process color (four color CMYK) of #808bdc color hex is 0.42, 0.37, 0.00, 0.14. Web safe color of #808bdc is #9999cc. Color #808bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001011 11011100
Octal 200 213 334
Decimal 128 139 220
Hex 80 8B DC

RGB Percentages of Color #808bdc

%26.28
%28.54
%45.17

CMYK Percentages of Color #808bdc

%42
%37
%0
%14

Triadic Colors of #808bdc

#808bdc #dc808b #8bdc80

Analogous Colors of #808bdc

#808bdc #a380dc #80b9dc

Monochromatic Colors of #808bdc

#808bdc

Complementary Color

#808bdc #dcd180

#808bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808bdc Color CSS Codes

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

#808bdc Text Font Color

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

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


#808bdc Background Color

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

This div background color is #808bdc


#808bdc Border Color

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

This div border color is #808bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808bdc


Comments

No comments written yet.

Please login to write comment.