Color Hex Logo

#890cec Color Hex

#890CEC
(137,12,236)
0 Favorites   0 Comments

Color spaces of #890cec

RGB 13712236
HSL0.760.900.49
HSV273°95°93°
CMYK 0.420.950.00   0.07
XYZ25.588311.637480.2545
Yxy11.63740.21780.0991
Hunter Lab34.113674.1922-115.6040
CIE-Lab40.633978.7409-83.0171

#890cec color RGB value is (137,12,236).

#890cec hex color red value is 137, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #890cec hue: 0.76 , saturation: 0.90 and the lightness value of 890cec is 0.49.

The process color (four color CMYK) of #890cec color hex is 0.42, 0.95, 0.00, 0.07. Web safe color of #890cec is #9900ff. Color #890cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 11101100
Octal 211 14 354
Decimal 137 12 236
Hex 89 C EC

RGB Percentages of Color #890cec

%35.58
%3.12
%61.30

CMYK Percentages of Color #890cec

%42
%95
%0
%7

Triadic Colors of #890cec

#890cec #ec890c #0cec89

Analogous Colors of #890cec

#890cec #ec0cdf #190cec

Monochromatic Colors of #890cec

#890cec

Complementary Color

#890cec #6fec0c

#890cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#890cec Color CSS Codes

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

#890cec Text Font Color

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

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


#890cec Background Color

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

This div background color is #890cec


#890cec Border Color

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

This div border color is #890cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890cec


Comments

No comments written yet.

Please login to write comment.