Color Hex Logo

#8970af Color Hex

#8970AF
(137,112,175)
0 Favorites   0 Comments

Color spaces of #8970af

RGB 137112175
HSL0.730.280.56
HSV264°36°69°
CMYK 0.220.360.00   0.31
XYZ23.848620.001943.1612
Yxy20.00190.27410.2299
Hunter Lab44.723516.9182-25.9124
CIE-Lab51.839422.9525-29.9534

#8970af color RGB value is (137,112,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110000 10101111
Octal 211 160 257
Decimal 137 112 175
Hex 89 70 AF

RGB Percentages of Color #8970af

%32.31
%26.42
%41.27

CMYK Percentages of Color #8970af

%22
%36
%0
%31

Triadic Colors of #8970af

#8970af #af8970 #70af89

Analogous Colors of #8970af

#8970af #a970af #7077af

Monochromatic Colors of #8970af

#8970af

Complementary Color

#8970af #96af70

#8970af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8970af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8970af Color CSS Codes

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

#8970af Text Font Color

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

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


#8970af Background Color

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

This div background color is #8970af


#8970af Border Color

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

This div border color is #8970af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8970af


Comments

No comments written yet.

Please login to write comment.