Color Hex Logo

#890ecc Color Hex

#890ECC
(137,14,204)
0 Favorites   0 Comments

Color spaces of #890ecc

RGB 13714204
HSL0.770.870.43
HSV279°93°80°
CMYK 0.330.930.00   0.20
XYZ21.37269.992157.9289
Yxy9.99210.23940.1119
Hunter Lab31.610365.3709-86.5275
CIE-Lab37.828272.0303-69.2524

#890ecc color RGB value is (137,14,204).

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

The process color (four color CMYK) of #890ecc color hex is 0.33, 0.93, 0.00, 0.20. Web safe color of #890ecc is #9900cc. Color #890ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001110 11001100
Octal 211 16 314
Decimal 137 14 204
Hex 89 E CC

RGB Percentages of Color #890ecc

%38.59
%3.94
%57.46

CMYK Percentages of Color #890ecc

%33
%93
%0
%20

Triadic Colors of #890ecc

#890ecc #cc890e #0ecc89

Analogous Colors of #890ecc

#890ecc #cc0eb0 #2a0ecc

Monochromatic Colors of #890ecc

#890ecc

Complementary Color

#890ecc #51cc0e

#890ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#890ecc Color CSS Codes

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

#890ecc Text Font Color

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

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


#890ecc Background Color

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

This div background color is #890ecc


#890ecc Border Color

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

This div border color is #890ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890ecc


Comments

No comments written yet.

Please login to write comment.