Color Hex Logo

#890bcc Color Hex

#890BCC
(137,11,204)
0 Favorites   0 Comments

Color spaces of #890bcc

RGB 13711204
HSL0.780.900.42
HSV279°95°80°
CMYK 0.330.950.00   0.20
XYZ21.33539.917357.9165
Yxy9.91730.23930.1112
Hunter Lab31.491765.8212-86.9961
CIE-Lab37.693672.4337-69.4730

#890bcc color RGB value is (137,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001011 11001100
Octal 211 13 314
Decimal 137 11 204
Hex 89 B CC

RGB Percentages of Color #890bcc

%38.92
%3.13
%57.95

CMYK Percentages of Color #890bcc

%33
%95
%0
%20

Triadic Colors of #890bcc

#890bcc #cc890b #0bcc89

Analogous Colors of #890bcc

#890bcc #cc0baf #290bcc

Monochromatic Colors of #890bcc

#890bcc

Complementary Color

#890bcc #4ecc0b

#890bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#890bcc Color CSS Codes

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

#890bcc Text Font Color

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

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


#890bcc Background Color

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

This div background color is #890bcc


#890bcc Border Color

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

This div border color is #890bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890bcc


Comments

No comments written yet.

Please login to write comment.