Color Hex Logo

#8076de Color Hex

#8076DE
(128,118,222)
0 Favorites   0 Comments

Color spaces of #8076de

RGB 128118222
HSL0.680.610.67
HSV246°47°87°
CMYK 0.420.470.00   0.13
XYZ28.565322.820072.0064
Yxy22.82000.23150.1849
Hunter Lab47.770323.1400-55.9314
CIE-Lab54.886429.3717-52.0297

#8076de color RGB value is (128,118,222).

#8076de hex color red value is 128, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8076de hue: 0.68 , saturation: 0.61 and the lightness value of 8076de is 0.67.

The process color (four color CMYK) of #8076de color hex is 0.42, 0.47, 0.00, 0.13. Web safe color of #8076de is #9966cc. Color #8076de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 11011110
Octal 200 166 336
Decimal 128 118 222
Hex 80 76 DE

RGB Percentages of Color #8076de

%27.35
%25.21
%47.44

CMYK Percentages of Color #8076de

%42
%47
%0
%13

Triadic Colors of #8076de

#8076de #de8076 #76de80

Analogous Colors of #8076de

#8076de #b476de #76a0de

Monochromatic Colors of #8076de

#8076de

Complementary Color

#8076de #d4de76

#8076de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8076de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8076de Color CSS Codes

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

#8076de Text Font Color

<p style="color:#8076de">Text here</p>

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


#8076de Background Color

<div style="background-color:#8076de">
Div content here</div>

This div background color is #8076de


#8076de Border Color

<div style="border:3px solid #8076de">
Div here</div>

This div border color is #8076de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,118,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8076de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8076de;
  -webkit-box-shadow: 1px 1px 3px 2px #8076de;
  box-shadow:         1px 1px 3px 2px #8076de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8076de


Comments

No comments written yet.

Please login to write comment.