Color Hex Logo

#8778ae Color Hex

#8778AE
(135,120,174)
0 Favorites   0 Comments

Color spaces of #8778ae

RGB 135120174
HSL0.710.250.58
HSV257°31°68°
CMYK 0.220.310.00   0.32
XYZ24.348121.639842.9380
Yxy21.63980.27380.2433
Hunter Lab46.518612.0204-22.1634
CIE-Lab53.642717.3659-26.5905

#8778ae color RGB value is (135,120,174).

#8778ae hex color red value is 135, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8778ae hue: 0.71 , saturation: 0.25 and the lightness value of 8778ae is 0.58.

The process color (four color CMYK) of #8778ae color hex is 0.22, 0.31, 0.00, 0.32. Web safe color of #8778ae is #996699. Color #8778ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111000 10101110
Octal 207 170 256
Decimal 135 120 174
Hex 87 78 AE

RGB Percentages of Color #8778ae

%31.47
%27.97
%40.56

CMYK Percentages of Color #8778ae

%22
%31
%0
%32

Triadic Colors of #8778ae

#8778ae #ae8778 #78ae87

Analogous Colors of #8778ae

#8778ae #a278ae #7884ae

Monochromatic Colors of #8778ae

#8778ae

Complementary Color

#8778ae #9fae78

#8778ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8778ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8778ae Color CSS Codes

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

#8778ae Text Font Color

<p style="color:#8778ae">Text here</p>

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


#8778ae Background Color

<div style="background-color:#8778ae">
Div content here</div>

This div background color is #8778ae


#8778ae Border Color

<div style="border:3px solid #8778ae">
Div here</div>

This div border color is #8778ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,120,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8778ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8778ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8778ae;
  box-shadow:         1px 1px 3px 2px #8778ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8778ae


Comments

No comments written yet.

Please login to write comment.