Color Hex Logo

#892393 Color Hex

#892393
(137,35,147)
0 Favorites   0 Comments

Color spaces of #892393

RGB 13735147
HSL0.820.620.36
HSV295°76°58°
CMYK 0.070.760.00   0.42
XYZ16.18408.627028.4159
Yxy8.62700.30410.1621
Hunter Lab29.371846.9539-36.8003
CIE-Lab35.256056.2005-39.4373

#892393 color RGB value is (137,35,147).

#892393 hex color red value is 137, green value is 35 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #892393 hue: 0.82 , saturation: 0.62 and the lightness value of 892393 is 0.36.

The process color (four color CMYK) of #892393 color hex is 0.07, 0.76, 0.00, 0.42. Web safe color of #892393 is #993399. Color #892393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 10010011
Octal 211 43 223
Decimal 137 35 147
Hex 89 23 93

RGB Percentages of Color #892393

%42.95
%10.97
%46.08

CMYK Percentages of Color #892393

%7
%76
%0
%42

Triadic Colors of #892393

#892393 #938923 #239389

Analogous Colors of #892393

#892393 #932365 #512393

Monochromatic Colors of #892393

#892393

Complementary Color

#892393 #2d9323

#892393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892393 Color CSS Codes

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

#892393 Text Font Color

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

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


#892393 Background Color

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

This div background color is #892393


#892393 Border Color

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

This div border color is #892393


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,35,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #892393; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #892393;
  -webkit-box-shadow: 1px 1px 3px 2px #892393;
  box-shadow:         1px 1px 3px 2px #892393; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892393


Comments

No comments written yet.

Please login to write comment.