Color Hex Logo

#892bae Color Hex

#892BAE
(137,43,174)
0 Favorites   0 Comments

Color spaces of #892bae

RGB 13743174
HSL0.790.600.43
HSV283°75°68°
CMYK 0.210.750.00   0.32
XYZ18.820410.102141.0024
Yxy10.10210.26920.1445
Hunter Lab31.783850.0750-54.2379
CIE-Lab38.025158.5629-51.2797

#892bae color RGB value is (137,43,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101011 10101110
Octal 211 53 256
Decimal 137 43 174
Hex 89 2B AE

RGB Percentages of Color #892bae

%38.70
%12.15
%49.15

CMYK Percentages of Color #892bae

%21
%75
%0
%32

Triadic Colors of #892bae

#892bae #ae892b #2bae89

Analogous Colors of #892bae

#892bae #ae2b92 #472bae

Monochromatic Colors of #892bae

#892bae

Complementary Color

#892bae #50ae2b

#892bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#892bae Color CSS Codes

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

#892bae Text Font Color

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

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


#892bae Background Color

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

This div background color is #892bae


#892bae Border Color

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

This div border color is #892bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892bae


Comments

No comments written yet.

Please login to write comment.