Color Hex Logo

#8773cc Color Hex

#8773CC
(135,115,204)
0 Favorites   0 Comments

Color spaces of #8773cc

RGB 135115204
HSL0.700.470.63
HSV253°44°80°
CMYK 0.340.440.00   0.20
XYZ27.021521.772059.9050
Yxy21.77200.24860.2003
Hunter Lab46.660521.7151-43.4571
CIE-Lab53.784327.9769-43.5642

#8773cc color RGB value is (135,115,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 11001100
Octal 207 163 314
Decimal 135 115 204
Hex 87 73 CC

RGB Percentages of Color #8773cc

%29.74
%25.33
%44.93

CMYK Percentages of Color #8773cc

%34
%44
%0
%20

Triadic Colors of #8773cc

#8773cc #cc8773 #73cc87

Analogous Colors of #8773cc

#8773cc #b473cc #738ccc

Monochromatic Colors of #8773cc

#8773cc

Complementary Color

#8773cc #b8cc73

#8773cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8773cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8773cc Color CSS Codes

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

#8773cc Text Font Color

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

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


#8773cc Background Color

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

This div background color is #8773cc


#8773cc Border Color

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

This div border color is #8773cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,115,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 #8773cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8773cc


Comments

No comments written yet.

Please login to write comment.