Color Hex Logo

#893aeb Color Hex

#893AEB
(137,58,235)
0 Favorites   0 Comments

Color spaces of #893aeb

RGB 13758235
HSL0.740.820.57
HSV267°75°92°
CMYK 0.420.750.00   0.08
XYZ26.825014.342679.9518
Yxy14.34260.22150.1184
Hunter Lab37.871660.1587-98.6586
CIE-Lab44.720366.2468-75.7442

#893aeb color RGB value is (137,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 11101011
Octal 211 72 353
Decimal 137 58 235
Hex 89 3A EB

RGB Percentages of Color #893aeb

%31.86
%13.49
%54.65

CMYK Percentages of Color #893aeb

%42
%75
%0
%8

Triadic Colors of #893aeb

#893aeb #eb893a #3aeb89

Analogous Colors of #893aeb

#893aeb #e23aeb #3a43eb

Monochromatic Colors of #893aeb

#893aeb

Complementary Color

#893aeb #9ceb3a

#893aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aeb Color CSS Codes

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

#893aeb Text Font Color

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

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


#893aeb Background Color

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

This div background color is #893aeb


#893aeb Border Color

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

This div border color is #893aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aeb


Comments

No comments written yet.

Please login to write comment.