Color Hex Logo

#8077df Color Hex

#8077DF
(128,119,223)
0 Favorites   0 Comments

Color spaces of #8077df

RGB 128119223
HSL0.680.620.67
HSV245°47°87°
CMYK 0.430.470.00   0.13
XYZ28.818223.110672.7539
Yxy23.11060.23110.1854
Hunter Lab48.073522.8753-56.0774
CIE-Lab55.186129.0656-52.1139

#8077df color RGB value is (128,119,223).

#8077df hex color red value is 128, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8077df hue: 0.68 , saturation: 0.62 and the lightness value of 8077df is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110111 11011111
Octal 200 167 337
Decimal 128 119 223
Hex 80 77 DF

RGB Percentages of Color #8077df

%27.23
%25.32
%47.45

CMYK Percentages of Color #8077df

%43
%47
%0
%13

Triadic Colors of #8077df

#8077df #df8077 #77df80

Analogous Colors of #8077df

#8077df #b477df #77a2df

Monochromatic Colors of #8077df

#8077df

Complementary Color

#8077df #d6df77

#8077df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8077df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8077df Color CSS Codes

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

#8077df Text Font Color

<p style="color:#8077df">Text here</p>

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


#8077df Background Color

<div style="background-color:#8077df">
Div content here</div>

This div background color is #8077df


#8077df Border Color

<div style="border:3px solid #8077df">
Div here</div>

This div border color is #8077df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,119,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8077df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8077df;
  -webkit-box-shadow: 1px 1px 3px 2px #8077df;
  box-shadow:         1px 1px 3px 2px #8077df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8077df


Comments

No comments written yet.

Please login to write comment.