Color Hex Logo

#893ede Color Hex

#893EDE
(137,62,222)
0 Favorites   0 Comments

Color spaces of #893ede

RGB 13762222
HSL0.740.710.56
HSV268°72°87°
CMYK 0.380.720.00   0.13
XYZ25.224014.037570.4873
Yxy14.03750.22980.1279
Hunter Lab37.466754.6065-85.3177
CIE-Lab44.286761.4569-69.0711

#893ede color RGB value is (137,62,222).

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

The process color (four color CMYK) of #893ede color hex is 0.38, 0.72, 0.00, 0.13. Web safe color of #893ede is #9933cc. Color #893ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111110 11011110
Octal 211 76 336
Decimal 137 62 222
Hex 89 3E DE

RGB Percentages of Color #893ede

%32.54
%14.73
%52.73

CMYK Percentages of Color #893ede

%38
%72
%0
%13

Triadic Colors of #893ede

#893ede #de893e #3ede89

Analogous Colors of #893ede

#893ede #d93ede #3e43de

Monochromatic Colors of #893ede

#893ede

Complementary Color

#893ede #93de3e

#893ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#893ede Color CSS Codes

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

#893ede Text Font Color

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

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


#893ede Background Color

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

This div background color is #893ede


#893ede Border Color

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

This div border color is #893ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893ede


Comments

No comments written yet.

Please login to write comment.