Color Hex Logo

#893eea Color Hex

#893EEA
(137,62,234)
0 Favorites   0 Comments

Color spaces of #893eea

RGB 13762234
HSL0.740.800.58
HSV266°74°92°
CMYK 0.410.740.00   0.08
XYZ26.890414.704179.2628
Yxy14.70410.22250.1217
Hunter Lab38.345958.0692-95.7130
CIE-Lab45.226264.3324-74.3522

#893eea color RGB value is (137,62,234).

#893eea hex color red value is 137, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #893eea hue: 0.74 , saturation: 0.80 and the lightness value of 893eea is 0.58.

The process color (four color CMYK) of #893eea color hex is 0.41, 0.74, 0.00, 0.08. Web safe color of #893eea is #9933ff. Color #893eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 11101010
Octal 211 76 352
Decimal 137 62 234
Hex 89 3E EA

RGB Percentages of Color #893eea

%31.64
%14.32
%54.04

CMYK Percentages of Color #893eea

%41
%74
%0
%8

Triadic Colors of #893eea

#893eea #ea893e #3eea89

Analogous Colors of #893eea

#893eea #df3eea #3e49ea

Monochromatic Colors of #893eea

#893eea

Complementary Color

#893eea #9fea3e

#893eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#893eea Color CSS Codes

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

#893eea Text Font Color

<p style="color:#893eea">Text here</p>

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


#893eea Background Color

<div style="background-color:#893eea">
Div content here</div>

This div background color is #893eea


#893eea Border Color

<div style="border:3px solid #893eea">
Div here</div>

This div border color is #893eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #893eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #893eea;
  -webkit-box-shadow: 1px 1px 3px 2px #893eea;
  box-shadow:         1px 1px 3px 2px #893eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893eea


Comments

No comments written yet.

Please login to write comment.