Color Hex Logo

#892ebd Color Hex

#892EBD
(137,46,189)
0 Favorites   0 Comments

Color spaces of #892ebd

RGB 13746189
HSL0.770.610.46
HSV278°76°74°
CMYK 0.280.760.00   0.26
XYZ20.478810.946549.1776
Yxy10.94650.25410.1358
Hunter Lab33.085552.5858-64.9676
CIE-Lab39.490260.5677-57.7768

#892ebd color RGB value is (137,46,189).

#892ebd hex color red value is 137, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #892ebd hue: 0.77 , saturation: 0.61 and the lightness value of 892ebd is 0.46.

The process color (four color CMYK) of #892ebd color hex is 0.28, 0.76, 0.00, 0.26. Web safe color of #892ebd is #9933cc. Color #892ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101110 10111101
Octal 211 56 275
Decimal 137 46 189
Hex 89 2E BD

RGB Percentages of Color #892ebd

%36.83
%12.37
%50.81

CMYK Percentages of Color #892ebd

%28
%76
%0
%26

Triadic Colors of #892ebd

#892ebd #bd892e #2ebd89

Analogous Colors of #892ebd

#892ebd #bd2eaa #422ebd

Monochromatic Colors of #892ebd

#892ebd

Complementary Color

#892ebd #62bd2e

#892ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#892ebd Color CSS Codes

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

#892ebd Text Font Color

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

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


#892ebd Background Color

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

This div background color is #892ebd


#892ebd Border Color

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

This div border color is #892ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892ebd


Comments

No comments written yet.

Please login to write comment.