Color Hex Logo

#892aad Color Hex

#892AAD
(137,42,173)
0 Favorites   0 Comments

Color spaces of #892aad

RGB 13742173
HSL0.790.610.42
HSV284°76°68°
CMYK 0.210.760.00   0.32
XYZ18.68739.991440.4788
Yxy9.99140.27020.1445
Hunter Lab31.609250.2129-53.8005
CIE-Lab37.827058.7280-51.0038

#892aad color RGB value is (137,42,173).

#892aad hex color red value is 137, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #892aad hue: 0.79 , saturation: 0.61 and the lightness value of 892aad is 0.42.

The process color (four color CMYK) of #892aad color hex is 0.21, 0.76, 0.00, 0.32. Web safe color of #892aad is #993399. Color #892aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 10101101
Octal 211 52 255
Decimal 137 42 173
Hex 89 2A AD

RGB Percentages of Color #892aad

%38.92
%11.93
%49.15

CMYK Percentages of Color #892aad

%21
%76
%0
%32

Triadic Colors of #892aad

#892aad #ad892a #2aad89

Analogous Colors of #892aad

#892aad #ad2a90 #482aad

Monochromatic Colors of #892aad

#892aad

Complementary Color

#892aad #4ead2a

#892aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#892aad Color CSS Codes

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

#892aad Text Font Color

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

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


#892aad Background Color

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

This div background color is #892aad


#892aad Border Color

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

This div border color is #892aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892aad


Comments

No comments written yet.

Please login to write comment.