Color Hex Logo

#892eac Color Hex

#892EAC
(137,46,172)
0 Favorites   0 Comments

Color spaces of #892eac

RGB 13746172
HSL0.790.580.43
HSV283°73°67°
CMYK 0.200.730.00   0.33
XYZ18.739910.250940.0206
Yxy10.25090.27150.1485
Hunter Lab32.017048.4481-51.6993
CIE-Lab38.289057.0090-49.6625

#892eac color RGB value is (137,46,172).

#892eac hex color red value is 137, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #892eac hue: 0.79 , saturation: 0.58 and the lightness value of 892eac is 0.43.

The process color (four color CMYK) of #892eac color hex is 0.20, 0.73, 0.00, 0.33. Web safe color of #892eac is #993399. Color #892eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101110 10101100
Octal 211 56 254
Decimal 137 46 172
Hex 89 2E AC

RGB Percentages of Color #892eac

%38.59
%12.96
%48.45

CMYK Percentages of Color #892eac

%20
%73
%0
%33

Triadic Colors of #892eac

#892eac #ac892e #2eac89

Analogous Colors of #892eac

#892eac #ac2e90 #4a2eac

Monochromatic Colors of #892eac

#892eac

Complementary Color

#892eac #51ac2e

#892eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#892eac Color CSS Codes

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

#892eac Text Font Color

<p style="color:#892eac">Text here</p>

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


#892eac Background Color

<div style="background-color:#892eac">
Div content here</div>

This div background color is #892eac


#892eac Border Color

<div style="border:3px solid #892eac">
Div here</div>

This div border color is #892eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,46,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #892eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #892eac;
  -webkit-box-shadow: 1px 1px 3px 2px #892eac;
  box-shadow:         1px 1px 3px 2px #892eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892eac


Comments

No comments written yet.

Please login to write comment.