Color Hex Logo

#890cef Color Hex

#890CEF
(137,12,239)
0 Favorites   0 Comments

Color spaces of #890cef

RGB 13712239
HSL0.760.900.49
HSV273°95°94°
CMYK 0.430.950.00   0.06
XYZ26.028011.813382.5697
Yxy11.81330.21620.0981
Hunter Lab34.370575.0257-118.3756
CIE-Lab40.917879.3559-84.2485

#890cef color RGB value is (137,12,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 11101111
Octal 211 14 357
Decimal 137 12 239
Hex 89 C EF

RGB Percentages of Color #890cef

%35.31
%3.09
%61.60

CMYK Percentages of Color #890cef

%43
%95
%0
%6

Triadic Colors of #890cef

#890cef #ef890c #0cef89

Analogous Colors of #890cef

#890cef #ef0ce4 #180cef

Monochromatic Colors of #890cef

#890cef

Complementary Color

#890cef #72ef0c

#890cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#890cef Color CSS Codes

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

#890cef Text Font Color

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

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


#890cef Background Color

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

This div background color is #890cef


#890cef Border Color

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

This div border color is #890cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890cef


Comments

No comments written yet.

Please login to write comment.