Color Hex Logo

#890bae Color Hex

#890BAE
(137,11,174)
0 Favorites   0 Comments

Color spaces of #890bae

RGB 13711174
HSL0.800.880.36
HSV286°94°68°
CMYK 0.210.940.00   0.32
XYZ18.07628.613740.7543
Yxy8.61370.26800.1277
Hunter Lab29.349158.5777-61.7860
CIE-Lab35.229666.7191-55.8075

#890bae color RGB value is (137,11,174).

#890bae hex color red value is 137, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #890bae hue: 0.80 , saturation: 0.88 and the lightness value of 890bae is 0.36.

The process color (four color CMYK) of #890bae color hex is 0.21, 0.94, 0.00, 0.32. Web safe color of #890bae is #990099. Color #890bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001011 10101110
Octal 211 13 256
Decimal 137 11 174
Hex 89 B AE

RGB Percentages of Color #890bae

%42.55
%3.42
%54.04

CMYK Percentages of Color #890bae

%21
%94
%0
%32

Triadic Colors of #890bae

#890bae #ae890b #0bae89

Analogous Colors of #890bae

#890bae #ae0b82 #370bae

Monochromatic Colors of #890bae

#890bae

Complementary Color

#890bae #30ae0b

#890bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#890bae Color CSS Codes

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

#890bae Text Font Color

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

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


#890bae Background Color

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

This div background color is #890bae


#890bae Border Color

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

This div border color is #890bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890bae


Comments

No comments written yet.

Please login to write comment.