Color Hex Logo

#890faf Color Hex

#890FAF
(137,15,175)
0 Favorites   0 Comments

Color spaces of #890faf

RGB 13715175
HSL0.790.840.37
HSV286°91°69°
CMYK 0.220.910.00   0.31
XYZ18.22528.755241.2868
Yxy8.75520.26700.1282
Hunter Lab29.589258.1644-62.0169
CIE-Lab35.508666.3044-55.9515

#890faf color RGB value is (137,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001111 10101111
Octal 211 17 257
Decimal 137 15 175
Hex 89 F AF

RGB Percentages of Color #890faf

%41.90
%4.59
%53.52

CMYK Percentages of Color #890faf

%22
%91
%0
%31

Triadic Colors of #890faf

#890faf #af890f #0faf89

Analogous Colors of #890faf

#890faf #af0f85 #390faf

Monochromatic Colors of #890faf

#890faf

Complementary Color

#890faf #35af0f

#890faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#890faf Color CSS Codes

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

#890faf Text Font Color

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

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


#890faf Background Color

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

This div background color is #890faf


#890faf Border Color

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

This div border color is #890faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890faf


Comments

No comments written yet.

Please login to write comment.