Color Hex Logo

#891daf Color Hex

#891DAF
(137,29,175)
0 Favorites   0 Comments

Color spaces of #891daf

RGB 13729175
HSL0.790.720.40
HSV284°83°69°
CMYK 0.220.830.00   0.31
XYZ18.49389.292241.3763
Yxy9.29220.26740.1344
Hunter Lab30.483154.9487-59.1392
CIE-Lab36.540963.2645-54.2763

#891daf color RGB value is (137,29,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011101 10101111
Octal 211 35 257
Decimal 137 29 175
Hex 89 1D AF

RGB Percentages of Color #891daf

%40.18
%8.50
%51.32

CMYK Percentages of Color #891daf

%22
%83
%0
%31

Triadic Colors of #891daf

#891daf #af891d #1daf89

Analogous Colors of #891daf

#891daf #af1d8c #401daf

Monochromatic Colors of #891daf

#891daf

Complementary Color

#891daf #43af1d

#891daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#891daf Color CSS Codes

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

#891daf Text Font Color

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

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


#891daf Background Color

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

This div background color is #891daf


#891daf Border Color

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

This div border color is #891daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891daf


Comments

No comments written yet.

Please login to write comment.