Color Hex Logo

#892aee Color Hex

#892AEE
(137,42,238)
0 Favorites   0 Comments

Color spaces of #892aee

RGB 13742238
HSL0.750.850.55
HSV269°82°93°
CMYK 0.420.820.00   0.07
XYZ26.577113.147382.0258
Yxy13.14730.21830.1080
Hunter Lab36.259267.3825-108.7448
CIE-Lab42.984472.7159-80.2841

#892aee color RGB value is (137,42,238).

#892aee hex color red value is 137, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #892aee hue: 0.75 , saturation: 0.85 and the lightness value of 892aee is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 11101110
Octal 211 52 356
Decimal 137 42 238
Hex 89 2A EE

RGB Percentages of Color #892aee

%32.85
%10.07
%57.07

CMYK Percentages of Color #892aee

%42
%82
%0
%7

Triadic Colors of #892aee

#892aee #ee892a #2aee89

Analogous Colors of #892aee

#892aee #eb2aee #2a2dee

Monochromatic Colors of #892aee

#892aee

Complementary Color

#892aee #8fee2a

#892aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#892aee Color CSS Codes

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

#892aee Text Font Color

<p style="color:#892aee">Text here</p>

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


#892aee Background Color

<div style="background-color:#892aee">
Div content here</div>

This div background color is #892aee


#892aee Border Color

<div style="border:3px solid #892aee">
Div here</div>

This div border color is #892aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,42,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #892aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #892aee;
  -webkit-box-shadow: 1px 1px 3px 2px #892aee;
  box-shadow:         1px 1px 3px 2px #892aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892aee


Comments

No comments written yet.

Please login to write comment.