Color Hex Logo

#8770af Color Hex

#8770AF
(135,112,175)
0 Favorites   0 Comments

Color spaces of #8770af

RGB 135112175
HSL0.730.280.56
HSV262°36°69°
CMYK 0.230.360.00   0.31
XYZ23.523719.834443.1460
Yxy19.83440.27190.2293
Hunter Lab44.535816.3455-26.2647
CIE-Lab51.649522.3324-30.2636

#8770af color RGB value is (135,112,175).

#8770af hex color red value is 135, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8770af hue: 0.73 , saturation: 0.28 and the lightness value of 8770af is 0.56.

The process color (four color CMYK) of #8770af color hex is 0.23, 0.36, 0.00, 0.31. Web safe color of #8770af is #996699. Color #8770af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110000 10101111
Octal 207 160 257
Decimal 135 112 175
Hex 87 70 AF

RGB Percentages of Color #8770af

%31.99
%26.54
%41.47

CMYK Percentages of Color #8770af

%23
%36
%0
%31

Triadic Colors of #8770af

#8770af #af8770 #70af87

Analogous Colors of #8770af

#8770af #a770af #7079af

Monochromatic Colors of #8770af

#8770af

Complementary Color

#8770af #98af70

#8770af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8770af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8770af Color CSS Codes

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

#8770af Text Font Color

<p style="color:#8770af">Text here</p>

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


#8770af Background Color

<div style="background-color:#8770af">
Div content here</div>

This div background color is #8770af


#8770af Border Color

<div style="border:3px solid #8770af">
Div here</div>

This div border color is #8770af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,112,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8770af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8770af;
  -webkit-box-shadow: 1px 1px 3px 2px #8770af;
  box-shadow:         1px 1px 3px 2px #8770af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8770af


Comments

No comments written yet.

Please login to write comment.