Color Hex Logo

#892abb Color Hex

#892ABB
(137,42,187)
0 Favorites   0 Comments

Color spaces of #892abb

RGB 13742187
HSL0.780.630.45
HSV279°78°73°
CMYK 0.270.780.00   0.27
XYZ20.114110.562247.9923
Yxy10.56220.25570.1343
Hunter Lab32.499553.6002-64.8043
CIE-Lab38.833161.6101-57.6669

#892abb color RGB value is (137,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 10111011
Octal 211 52 273
Decimal 137 42 187
Hex 89 2A BB

RGB Percentages of Color #892abb

%37.43
%11.48
%51.09

CMYK Percentages of Color #892abb

%27
%78
%0
%27

Triadic Colors of #892abb

#892abb #bb892a #2abb89

Analogous Colors of #892abb

#892abb #bb2aa5 #402abb

Monochromatic Colors of #892abb

#892abb

Complementary Color

#892abb #5cbb2a

#892abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#892abb Color CSS Codes

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

#892abb Text Font Color

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

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


#892abb Background Color

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

This div background color is #892abb


#892abb Border Color

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

This div border color is #892abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892abb


Comments

No comments written yet.

Please login to write comment.