Color Hex Logo

#890893 Color Hex

#890893
(137,8,147)
0 Favorites   0 Comments

Color spaces of #890893

RGB 1378147
HSL0.820.900.30
HSV296°95°58°
CMYK 0.070.950.00   0.42
XYZ15.66987.598628.2446
Yxy7.59860.30420.1475
Hunter Lab27.565653.2296-41.4546
CIE-Lab33.132562.3866-42.8411

#890893 color RGB value is (137,8,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001000 10010011
Octal 211 10 223
Decimal 137 8 147
Hex 89 8 93

RGB Percentages of Color #890893

%46.92
%2.74
%50.34

CMYK Percentages of Color #890893

%7
%95
%0
%42

Triadic Colors of #890893

#890893 #938908 #089389

Analogous Colors of #890893

#890893 #930857 #440893

Monochromatic Colors of #890893

#890893

Complementary Color

#890893 #129308

#890893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890893 Color CSS Codes

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

#890893 Text Font Color

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

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


#890893 Background Color

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

This div background color is #890893


#890893 Border Color

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

This div border color is #890893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890893


Comments

No comments written yet.

Please login to write comment.