Color Hex Logo

#890ce8 Color Hex

#890CE8
(137,12,232)
0 Favorites   0 Comments

Color spaces of #890ce8

RGB 13712232
HSL0.760.900.48
HSV274°95°91°
CMYK 0.410.950.00   0.09
XYZ25.013511.407577.2274
Yxy11.40750.22010.1004
Hunter Lab33.775073.0895-111.9256
CIE-Lab40.258577.9233-81.3638

#890ce8 color RGB value is (137,12,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 11101000
Octal 211 14 350
Decimal 137 12 232
Hex 89 C E8

RGB Percentages of Color #890ce8

%35.96
%3.15
%60.89

CMYK Percentages of Color #890ce8

%41
%95
%0
%9

Triadic Colors of #890ce8

#890ce8 #e8890c #0ce889

Analogous Colors of #890ce8

#890ce8 #e80cd9 #1b0ce8

Monochromatic Colors of #890ce8

#890ce8

Complementary Color

#890ce8 #6be80c

#890ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890ce8 Color CSS Codes

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

#890ce8 Text Font Color

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

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


#890ce8 Background Color

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

This div background color is #890ce8


#890ce8 Border Color

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

This div border color is #890ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890ce8


Comments

No comments written yet.

Please login to write comment.