Color Hex Logo

#893aed Color Hex

#893AED
(137,58,237)
0 Favorites   0 Comments

Color spaces of #893aed

RGB 13758237
HSL0.740.830.58
HSV266°76°93°
CMYK 0.420.760.00   0.07
XYZ27.115614.458981.4825
Yxy14.45890.22030.1175
Hunter Lab38.024960.7452-100.4336
CIE-Lab44.884066.7214-76.6062

#893aed color RGB value is (137,58,237).

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

The process color (four color CMYK) of #893aed color hex is 0.42, 0.76, 0.00, 0.07. Web safe color of #893aed is #9933ff. Color #893aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 11101101
Octal 211 72 355
Decimal 137 58 237
Hex 89 3A ED

RGB Percentages of Color #893aed

%31.71
%13.43
%54.86

CMYK Percentages of Color #893aed

%42
%76
%0
%7

Triadic Colors of #893aed

#893aed #ed893a #3aed89

Analogous Colors of #893aed

#893aed #e33aed #3a44ed

Monochromatic Colors of #893aed

#893aed

Complementary Color

#893aed #9eed3a

#893aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aed Color CSS Codes

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

#893aed Text Font Color

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

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


#893aed Background Color

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

This div background color is #893aed


#893aed Border Color

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

This div border color is #893aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aed


Comments

No comments written yet.

Please login to write comment.