Color Hex Logo

#890daf Color Hex

#890DAF
(137,13,175)
0 Favorites   0 Comments

Color spaces of #890daf

RGB 13713175
HSL0.790.860.37
HSV286°93°69°
CMYK 0.220.930.00   0.31
XYZ18.19838.701441.2778
Yxy8.70140.26690.1276
Hunter Lab29.498158.5004-62.3179
CIE-Lab35.402966.6181-56.1233

#890daf color RGB value is (137,13,175).

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

The process color (four color CMYK) of #890daf color hex is 0.22, 0.93, 0.00, 0.31. Web safe color of #890daf is #990099. Color #890daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001101 10101111
Octal 211 15 257
Decimal 137 13 175
Hex 89 D AF

RGB Percentages of Color #890daf

%42.15
%4.00
%53.85

CMYK Percentages of Color #890daf

%22
%93
%0
%31

Triadic Colors of #890daf

#890daf #af890d #0daf89

Analogous Colors of #890daf

#890daf #af0d84 #380daf

Monochromatic Colors of #890daf

#890daf

Complementary Color

#890daf #33af0d

#890daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#890daf Color CSS Codes

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

#890daf Text Font Color

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

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


#890daf Background Color

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

This div background color is #890daf


#890daf Border Color

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

This div border color is #890daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890daf


Comments

No comments written yet.

Please login to write comment.