Color Hex Logo

#892aba Color Hex

#892ABA
(137,42,186)
0 Favorites   0 Comments

Color spaces of #892aba

RGB 13742186
HSL0.780.630.45
HSV280°77°73°
CMYK 0.260.770.00   0.27
XYZ20.007410.519547.4303
Yxy10.51950.25660.1349
Hunter Lab32.433853.3520-64.0005
CIE-Lab38.759161.4012-57.1980

#892aba color RGB value is (137,42,186).

#892aba hex color red value is 137, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #892aba hue: 0.78 , saturation: 0.63 and the lightness value of 892aba is 0.45.

The process color (four color CMYK) of #892aba color hex is 0.26, 0.77, 0.00, 0.27. Web safe color of #892aba is #9933cc. Color #892aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 10111010
Octal 211 52 272
Decimal 137 42 186
Hex 89 2A BA

RGB Percentages of Color #892aba

%37.53
%11.51
%50.96

CMYK Percentages of Color #892aba

%26
%77
%0
%27

Triadic Colors of #892aba

#892aba #ba892a #2aba89

Analogous Colors of #892aba

#892aba #ba2aa3 #412aba

Monochromatic Colors of #892aba

#892aba

Complementary Color

#892aba #5bba2a

#892aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#892aba Color CSS Codes

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

#892aba Text Font Color

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

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


#892aba Background Color

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

This div background color is #892aba


#892aba Border Color

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

This div border color is #892aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892aba


Comments

No comments written yet.

Please login to write comment.