Color Hex Logo

#808edc Color Hex

#808EDC
(128,142,220)
0 Favorites   0 Comments

Color spaces of #808edc

RGB 128142220
HSL0.640.570.68
HSV231°42°86°
CMYK 0.420.350.00   0.14
XYZ31.493429.102571.6676
Yxy29.10250.23810.2200
Hunter Lab53.94679.7992-41.0034
CIE-Lab60.872014.6454-41.4361

#808edc color RGB value is (128,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001110 11011100
Octal 200 216 334
Decimal 128 142 220
Hex 80 8E DC

RGB Percentages of Color #808edc

%26.12
%28.98
%44.90

CMYK Percentages of Color #808edc

%42
%35
%0
%14

Triadic Colors of #808edc

#808edc #dc808e #8edc80

Analogous Colors of #808edc

#808edc #a080dc #80bcdc

Monochromatic Colors of #808edc

#808edc

Complementary Color

#808edc #dcce80

#808edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808edc Color CSS Codes

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

#808edc Text Font Color

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

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


#808edc Background Color

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

This div background color is #808edc


#808edc Border Color

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

This div border color is #808edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808edc


Comments

No comments written yet.

Please login to write comment.