Color Hex Logo

#807fdc Color Hex

#807FDC
(128,127,220)
0 Favorites   0 Comments

Color spaces of #807fdc

RGB 128127220
HSL0.670.570.68
HSV241°42°86°
CMYK 0.420.420.00   0.14
XYZ29.409724.935270.9731
Yxy24.93520.23470.1990
Hunter Lab49.935217.7424-49.3146
CIE-Lab57.012223.4769-47.5270

#807fdc color RGB value is (128,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111111 11011100
Octal 200 177 334
Decimal 128 127 220
Hex 80 7F DC

RGB Percentages of Color #807fdc

%26.95
%26.74
%46.32

CMYK Percentages of Color #807fdc

%42
%42
%0
%14

Triadic Colors of #807fdc

#807fdc #dc807f #7fdc80

Analogous Colors of #807fdc

#807fdc #af7fdc #7faddc

Monochromatic Colors of #807fdc

#807fdc

Complementary Color

#807fdc #dbdc7f

#807fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#807fdc Color CSS Codes

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

#807fdc Text Font Color

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

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


#807fdc Background Color

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

This div background color is #807fdc


#807fdc Border Color

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

This div border color is #807fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807fdc


Comments

No comments written yet.

Please login to write comment.