Color Hex Logo

#8777cc Color Hex

#8777CC
(135,119,204)
0 Favorites   0 Comments

Color spaces of #8777cc

RGB 135119204
HSL0.700.450.63
HSV251°42°80°
CMYK 0.340.420.00   0.20
XYZ27.487622.704260.0603
Yxy22.70420.24930.2059
Hunter Lab47.648919.5870-41.3793
CIE-Lab54.766325.6234-42.0125

#8777cc color RGB value is (135,119,204).

#8777cc hex color red value is 135, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8777cc hue: 0.70 , saturation: 0.45 and the lightness value of 8777cc is 0.63.

The process color (four color CMYK) of #8777cc color hex is 0.34, 0.42, 0.00, 0.20. Web safe color of #8777cc is #9966cc. Color #8777cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110111 11001100
Octal 207 167 314
Decimal 135 119 204
Hex 87 77 CC

RGB Percentages of Color #8777cc

%29.48
%25.98
%44.54

CMYK Percentages of Color #8777cc

%34
%42
%0
%20

Triadic Colors of #8777cc

#8777cc #cc8777 #77cc87

Analogous Colors of #8777cc

#8777cc #b277cc #7792cc

Monochromatic Colors of #8777cc

#8777cc

Complementary Color

#8777cc #bccc77

#8777cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8777cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8777cc Color CSS Codes

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

#8777cc Text Font Color

<p style="color:#8777cc">Text here</p>

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


#8777cc Background Color

<div style="background-color:#8777cc">
Div content here</div>

This div background color is #8777cc


#8777cc Border Color

<div style="border:3px solid #8777cc">
Div here</div>

This div border color is #8777cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,119,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8777cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8777cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8777cc;
  box-shadow:         1px 1px 3px 2px #8777cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8777cc


Comments

No comments written yet.

Please login to write comment.