Color Hex Logo

#890dcf Color Hex

#890DCF
(137,13,207)
0 Favorites   0 Comments

Color spaces of #890dcf

RGB 13713207
HSL0.770.880.43
HSV278°94°81°
CMYK 0.340.940.00   0.19
XYZ21.722910.111259.8382
Yxy10.11120.23700.1103
Hunter Lab31.798166.2957-89.3142
CIE-Lab38.041372.7642-70.6464

#890dcf color RGB value is (137,13,207).

#890dcf hex color red value is 137, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #890dcf hue: 0.77 , saturation: 0.88 and the lightness value of 890dcf is 0.43.

The process color (four color CMYK) of #890dcf color hex is 0.34, 0.94, 0.00, 0.19. Web safe color of #890dcf is #9900cc. Color #890dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001101 11001111
Octal 211 15 317
Decimal 137 13 207
Hex 89 D CF

RGB Percentages of Color #890dcf

%38.38
%3.64
%57.98

CMYK Percentages of Color #890dcf

%34
%94
%0
%19

Triadic Colors of #890dcf

#890dcf #cf890d #0dcf89

Analogous Colors of #890dcf

#890dcf #cf0db4 #280dcf

Monochromatic Colors of #890dcf

#890dcf

Complementary Color

#890dcf #53cf0d

#890dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#890dcf Color CSS Codes

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

#890dcf Text Font Color

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

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


#890dcf Background Color

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

This div background color is #890dcf


#890dcf Border Color

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

This div border color is #890dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890dcf


Comments

No comments written yet.

Please login to write comment.