Color Hex Logo

#892edb Color Hex

#892EDB
(137,46,219)
0 Favorites   0 Comments

Color spaces of #892edb

RGB 13746219
HSL0.750.710.52
HSV272°79°86°
CMYK 0.370.790.00   0.14
XYZ24.079712.386868.1396
Yxy12.38680.23020.1184
Hunter Lab35.194960.5354-90.1529
CIE-Lab41.824467.1359-71.3738

#892edb color RGB value is (137,46,219).

#892edb hex color red value is 137, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #892edb hue: 0.75 , saturation: 0.71 and the lightness value of 892edb is 0.52.

The process color (four color CMYK) of #892edb color hex is 0.37, 0.79, 0.00, 0.14. Web safe color of #892edb is #9933cc. Color #892edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101110 11011011
Octal 211 56 333
Decimal 137 46 219
Hex 89 2E DB

RGB Percentages of Color #892edb

%34.08
%11.44
%54.48

CMYK Percentages of Color #892edb

%37
%79
%0
%14

Triadic Colors of #892edb

#892edb #db892e #2edb89

Analogous Colors of #892edb

#892edb #db2ed7 #332edb

Monochromatic Colors of #892edb

#892edb

Complementary Color

#892edb #80db2e

#892edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#892edb Color CSS Codes

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

#892edb Text Font Color

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

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


#892edb Background Color

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

This div background color is #892edb


#892edb Border Color

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

This div border color is #892edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892edb


Comments

No comments written yet.

Please login to write comment.