Color Hex Logo

#890293 Color Hex

#890293
(137,2,147)
0 Favorites   0 Comments

Color spaces of #890293

RGB 1372147
HSL0.820.970.29
HSV296°99°58°
CMYK 0.070.990.00   0.42
XYZ15.60477.468428.2228
Yxy7.46840.30420.1456
Hunter Lab27.328454.1001-42.1006
CIE-Lab32.850363.2230-43.2949

#890293 color RGB value is (137,2,147).

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

The process color (four color CMYK) of #890293 color hex is 0.07, 0.99, 0.00, 0.42. Web safe color of #890293 is #990099. Color #890293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000010 10010011
Octal 211 2 223
Decimal 137 2 147
Hex 89 2 93

RGB Percentages of Color #890293

%47.90
%0.70
%51.40

CMYK Percentages of Color #890293

%7
%99
%0
%42

Triadic Colors of #890293

#890293 #938902 #029389

Analogous Colors of #890293

#890293 #930255 #400293

Monochromatic Colors of #890293

#890293

Complementary Color

#890293 #0c9302

#890293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890293 Color CSS Codes

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

#890293 Text Font Color

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

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


#890293 Background Color

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

This div background color is #890293


#890293 Border Color

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

This div border color is #890293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890293


Comments

No comments written yet.

Please login to write comment.