Color Hex Logo

#807edc Color Hex

#807EDC
(128,126,220)
0 Favorites   0 Comments

Color spaces of #807edc

RGB 128126220
HSL0.670.570.68
HSV241°43°86°
CMYK 0.420.430.00   0.14
XYZ29.281224.678270.9302
Yxy24.67820.23450.1976
Hunter Lab49.677218.2782-49.8816
CIE-Lab56.760524.0686-47.9260

#807edc color RGB value is (128,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11011100
Octal 200 176 334
Decimal 128 126 220
Hex 80 7E DC

RGB Percentages of Color #807edc

%27.00
%26.58
%46.41

CMYK Percentages of Color #807edc

%42
%43
%0
%14

Triadic Colors of #807edc

#807edc #dc807e #7edc80

Analogous Colors of #807edc

#807edc #af7edc #7eabdc

Monochromatic Colors of #807edc

#807edc

Complementary Color

#807edc #dadc7e

#807edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#807edc Color CSS Codes

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

#807edc Text Font Color

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

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


#807edc Background Color

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

This div background color is #807edc


#807edc Border Color

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

This div border color is #807edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807edc


Comments

No comments written yet.

Please login to write comment.