Color Hex Logo

#8923ab Color Hex

#8923AB
(137,35,171)
0 Favorites   0 Comments

Color spaces of #8923ab

RGB 13735171
HSL0.790.660.40
HSV285°80°67°
CMYK 0.200.800.00   0.33
XYZ18.26829.460739.3913
Yxy9.46070.27220.1410
Hunter Lab30.758352.1893-54.4004
CIE-Lab36.856660.7208-51.3773

#8923ab color RGB value is (137,35,171).

#8923ab hex color red value is 137, green value is 35 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8923ab hue: 0.79 , saturation: 0.66 and the lightness value of 8923ab is 0.40.

The process color (four color CMYK) of #8923ab color hex is 0.20, 0.80, 0.00, 0.33. Web safe color of #8923ab is #993399. Color #8923ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 10101011
Octal 211 43 253
Decimal 137 35 171
Hex 89 23 AB

RGB Percentages of Color #8923ab

%39.94
%10.20
%49.85

CMYK Percentages of Color #8923ab

%20
%80
%0
%33

Triadic Colors of #8923ab

#8923ab #ab8923 #23ab89

Analogous Colors of #8923ab

#8923ab #ab2389 #4523ab

Monochromatic Colors of #8923ab

#8923ab

Complementary Color

#8923ab #45ab23

#8923ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8923ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8923ab Color CSS Codes

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

#8923ab Text Font Color

<p style="color:#8923ab">Text here</p>

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


#8923ab Background Color

<div style="background-color:#8923ab">
Div content here</div>

This div background color is #8923ab


#8923ab Border Color

<div style="border:3px solid #8923ab">
Div here</div>

This div border color is #8923ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,35,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8923ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8923ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8923ab;
  box-shadow:         1px 1px 3px 2px #8923ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,35,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8923ab


Comments

No comments written yet.

Please login to write comment.