Color Hex Logo

#890cfe Color Hex

#890CFE
(137,12,254)
0 Favorites   0 Comments

Color spaces of #890cfe

RGB 13712254
HSL0.750.990.52
HSV271°95°100°
CMYK 0.460.950.00   0.00
XYZ28.337412.737194.7309
Yxy12.73710.20870.0938
Hunter Lab35.689179.2745-132.3934
CIE-Lab42.364482.4529-90.3016

#890cfe color RGB value is (137,12,254).

#890cfe hex color red value is 137, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #890cfe hue: 0.75 , saturation: 0.99 and the lightness value of 890cfe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 11111110
Octal 211 14 376
Decimal 137 12 254
Hex 89 C FE

RGB Percentages of Color #890cfe

%34.00
%2.98
%63.03

CMYK Percentages of Color #890cfe

%46
%95
%0
%0

Triadic Colors of #890cfe

#890cfe #fe890c #0cfe89

Analogous Colors of #890cfe

#890cfe #fe0cfa #100cfe

Monochromatic Colors of #890cfe

#890cfe

Complementary Color

#890cfe #81fe0c

#890cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#890cfe Color CSS Codes

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

#890cfe Text Font Color

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

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


#890cfe Background Color

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

This div background color is #890cfe


#890cfe Border Color

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

This div border color is #890cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890cfe


Comments

No comments written yet.

Please login to write comment.