Color Hex Logo

#890caf Color Hex

#890CAF
(137,12,175)
0 Favorites   0 Comments

Color spaces of #890caf

RGB 13712175
HSL0.790.870.37
HSV286°93°69°
CMYK 0.220.930.00   0.31
XYZ18.18598.676541.2737
Yxy8.67650.26690.1273
Hunter Lab29.455958.6570-62.4582
CIE-Lab35.353866.7642-56.2031

#890caf color RGB value is (137,12,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 10101111
Octal 211 14 257
Decimal 137 12 175
Hex 89 C AF

RGB Percentages of Color #890caf

%42.28
%3.70
%54.01

CMYK Percentages of Color #890caf

%22
%93
%0
%31

Triadic Colors of #890caf

#890caf #af890c #0caf89

Analogous Colors of #890caf

#890caf #af0c84 #380caf

Monochromatic Colors of #890caf

#890caf

Complementary Color

#890caf #32af0c

#890caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#890caf Color CSS Codes

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

#890caf Text Font Color

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

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


#890caf Background Color

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

This div background color is #890caf


#890caf Border Color

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

This div border color is #890caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890caf


Comments

No comments written yet.

Please login to write comment.