Color Hex Logo

#890ece Color Hex

#890ECE
(137,14,206)
0 Favorites   0 Comments

Color spaces of #890ece

RGB 13714206
HSL0.770.870.43
HSV278°93°81°
CMYK 0.330.930.00   0.19
XYZ21.614110.088759.2006
Yxy10.08870.23780.1110
Hunter Lab31.762765.8821-88.2731
CIE-Lab38.001272.4259-70.1316

#890ece color RGB value is (137,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001110 11001110
Octal 211 16 316
Decimal 137 14 206
Hex 89 E CE

RGB Percentages of Color #890ece

%38.38
%3.92
%57.70

CMYK Percentages of Color #890ece

%33
%93
%0
%19

Triadic Colors of #890ece

#890ece #ce890e #0ece89

Analogous Colors of #890ece

#890ece #ce0eb3 #290ece

Monochromatic Colors of #890ece

#890ece

Complementary Color

#890ece #53ce0e

#890ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#890ece Color CSS Codes

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

#890ece Text Font Color

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

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


#890ece Background Color

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

This div background color is #890ece


#890ece Border Color

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

This div border color is #890ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890ece


Comments

No comments written yet.

Please login to write comment.