Color Hex Logo

#891baf Color Hex

#891BAF
(137,27,175)
0 Favorites   0 Comments

Color spaces of #891baf

RGB 13727175
HSL0.790.730.40
HSV285°85°69°
CMYK 0.220.850.00   0.31
XYZ18.44639.197441.3605
Yxy9.19740.26730.1333
Hunter Lab30.327255.4987-59.6311
CIE-Lab36.361663.7890-54.5669

#891baf color RGB value is (137,27,175).

#891baf hex color red value is 137, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #891baf hue: 0.79 , saturation: 0.73 and the lightness value of 891baf is 0.40.

The process color (four color CMYK) of #891baf color hex is 0.22, 0.85, 0.00, 0.31. Web safe color of #891baf is #993399. Color #891baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011011 10101111
Octal 211 33 257
Decimal 137 27 175
Hex 89 1B AF

RGB Percentages of Color #891baf

%40.41
%7.96
%51.62

CMYK Percentages of Color #891baf

%22
%85
%0
%31

Triadic Colors of #891baf

#891baf #af891b #1baf89

Analogous Colors of #891baf

#891baf #af1b8b #3f1baf

Monochromatic Colors of #891baf

#891baf

Complementary Color

#891baf #41af1b

#891baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#891baf Color CSS Codes

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

#891baf Text Font Color

<p style="color:#891baf">Text here</p>

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


#891baf Background Color

<div style="background-color:#891baf">
Div content here</div>

This div background color is #891baf


#891baf Border Color

<div style="border:3px solid #891baf">
Div here</div>

This div border color is #891baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,27,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #891baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #891baf;
  -webkit-box-shadow: 1px 1px 3px 2px #891baf;
  box-shadow:         1px 1px 3px 2px #891baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891baf


Comments

No comments written yet.

Please login to write comment.