Color Hex Logo

#894aeb Color Hex

#894AEB
(137,74,235)
0 Favorites   0 Comments

Color spaces of #894aeb

RGB 13774235
HSL0.730.800.61
HSV263°69°92°
CMYK 0.420.690.00   0.08
XYZ27.760716.214180.2637
Yxy16.21410.22340.1305
Hunter Lab40.266752.5947-89.9961
CIE-Lab47.254159.0950-71.6099

#894aeb color RGB value is (137,74,235).

#894aeb hex color red value is 137, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #894aeb hue: 0.73 , saturation: 0.80 and the lightness value of 894aeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 11101011
Octal 211 112 353
Decimal 137 74 235
Hex 89 4A EB

RGB Percentages of Color #894aeb

%30.72
%16.59
%52.69

CMYK Percentages of Color #894aeb

%42
%69
%0
%8

Triadic Colors of #894aeb

#894aeb #eb894a #4aeb89

Analogous Colors of #894aeb

#894aeb #da4aeb #4a5beb

Monochromatic Colors of #894aeb

#894aeb

Complementary Color

#894aeb #aceb4a

#894aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aeb Color CSS Codes

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

#894aeb Text Font Color

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

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


#894aeb Background Color

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

This div background color is #894aeb


#894aeb Border Color

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

This div border color is #894aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,74,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 #894aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aeb


Comments

No comments written yet.

Please login to write comment.