Color Hex Logo

#892dad Color Hex

#892DAD
(137,45,173)
0 Favorites   0 Comments

Color spaces of #892dad

RGB 13745173
HSL0.790.590.43
HSV283°74°68°
CMYK 0.210.740.00   0.32
XYZ18.797710.212340.5156
Yxy10.21230.27040.1469
Hunter Lab31.956749.0738-52.7999
CIE-Lab38.220857.6020-50.3684

#892dad color RGB value is (137,45,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101101 10101101
Octal 211 55 255
Decimal 137 45 173
Hex 89 2D AD

RGB Percentages of Color #892dad

%38.59
%12.68
%48.73

CMYK Percentages of Color #892dad

%21
%74
%0
%32

Triadic Colors of #892dad

#892dad #ad892d #2dad89

Analogous Colors of #892dad

#892dad #ad2d91 #492dad

Monochromatic Colors of #892dad

#892dad

Complementary Color

#892dad #51ad2d

#892dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#892dad Color CSS Codes

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

#892dad Text Font Color

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

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


#892dad Background Color

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

This div background color is #892dad


#892dad Border Color

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

This div border color is #892dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892dad


Comments

No comments written yet.

Please login to write comment.