color codes Logo

#890ccc color codes

#890CCC
(137,12,204)
0 Favorites   0 Comments

Color spaces of #890ccc

RGB 13712204
HSL0.780.890.42
HSV279°94°80°
CMYK 0.330.940.00   0.20
XYZ21.34719.940957.9204
Yxy9.94090.23930.1114
Hunter Lab31.529265.6788-86.8477
CIE-Lab37.736272.3063-69.4032

#890ccc color RGB value is (137,12,204).

#890ccc hex color red value is 137, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #890ccc hue: 0.78 , saturation: 0.89 and the lightness value of 890ccc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 11001100
Octal 211 14 314
Decimal 137 12 204
Hex 89 C CC

RGB Percentages of Color #890ccc

%38.81
%3.40
%57.79

CMYK Percentages of Color #890ccc

%33
%94
%0
%20

Triadic Colors of #890ccc

#890ccc #cc890c #0ccc89

Analogous Colors of #890ccc

#890ccc #cc0caf #290ccc

Monochromatic Colors of #890ccc

#890ccc

Complementary Color

#890ccc #4fcc0c

#890ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#890ccc Color CSS Codes

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

#890ccc Text Font Color

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

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


#890ccc Background Color

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

This div background color is #890ccc


#890ccc Border Color

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

This div border color is #890ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890ccc


Comments

No comments written yet.

Please login to write comment.