Color Hex Logo

#8879af Color Hex

#8879AF
(136,121,175)
0 Favorites   0 Comments

Color spaces of #8879af

RGB 136121175
HSL0.710.250.58
HSV257°31°69°
CMYK 0.220.310.00   0.31
XYZ24.728622.004143.5013
Yxy22.00410.27400.2439
Hunter Lab46.908512.0093-22.1475
CIE-Lab54.031417.3364-26.5590

#8879af color RGB value is (136,121,175).

#8879af hex color red value is 136, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8879af hue: 0.71 , saturation: 0.25 and the lightness value of 8879af is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 10101111
Octal 210 171 257
Decimal 136 121 175
Hex 88 79 AF

RGB Percentages of Color #8879af

%31.48
%28.01
%40.51

CMYK Percentages of Color #8879af

%22
%31
%0
%31

Triadic Colors of #8879af

#8879af #af8879 #79af88

Analogous Colors of #8879af

#8879af #a379af #7985af

Monochromatic Colors of #8879af

#8879af

Complementary Color

#8879af #a0af79

#8879af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8879af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8879af Color CSS Codes

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

#8879af Text Font Color

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

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


#8879af Background Color

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

This div background color is #8879af


#8879af Border Color

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

This div border color is #8879af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,121,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 #8879af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8879af


Comments

No comments written yet.

Please login to write comment.