Color Hex Logo

#8944af Color Hex

#8944AF
(137,68,175)
0 Favorites   0 Comments

Color spaces of #8944af

RGB 13768175
HSL0.770.440.48
HSV279°61°69°
CMYK 0.220.610.00   0.31
XYZ20.121512.547841.9189
Yxy12.54780.26980.1682
Hunter Lab35.422939.4046-45.3669
CIE-Lab42.073847.6779-45.3672

#8944af color RGB value is (137,68,175).

#8944af hex color red value is 137, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8944af hue: 0.77 , saturation: 0.44 and the lightness value of 8944af is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000100 10101111
Octal 211 104 257
Decimal 137 68 175
Hex 89 44 AF

RGB Percentages of Color #8944af

%36.05
%17.89
%46.05

CMYK Percentages of Color #8944af

%22
%61
%0
%31

Triadic Colors of #8944af

#8944af #af8944 #44af89

Analogous Colors of #8944af

#8944af #af44a0 #5344af

Monochromatic Colors of #8944af

#8944af

Complementary Color

#8944af #6aaf44

#8944af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8944af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8944af Color CSS Codes

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

#8944af Text Font Color

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

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


#8944af Background Color

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

This div background color is #8944af


#8944af Border Color

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

This div border color is #8944af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8944af


Comments

No comments written yet.

Please login to write comment.