Color Hex Logo

#892290 Color Hex

#892290
(137,34,144)
0 Favorites   0 Comments

Color spaces of #892290

RGB 13734144
HSL0.820.620.35
HSV296°76°56°
CMYK 0.050.760.00   0.44
XYZ15.92268.476027.1824
Yxy8.47600.30870.1643
Hunter Lab29.113646.6753-34.9777
CIE-Lab34.955255.9969-38.0792

#892290 color RGB value is (137,34,144).

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

The process color (four color CMYK) of #892290 color hex is 0.05, 0.76, 0.00, 0.44. Web safe color of #892290 is #993399. Color #892290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100010 10010000
Octal 211 42 220
Decimal 137 34 144
Hex 89 22 90

RGB Percentages of Color #892290

%43.49
%10.79
%45.71

CMYK Percentages of Color #892290

%5
%76
%0
%44

Triadic Colors of #892290

#892290 #908922 #229089

Analogous Colors of #892290

#892290 #902260 #522290

Monochromatic Colors of #892290

#892290

Complementary Color

#892290 #299022

#892290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892290 Color CSS Codes

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

#892290 Text Font Color

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

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


#892290 Background Color

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

This div background color is #892290


#892290 Border Color

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

This div border color is #892290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892290


Comments

No comments written yet.

Please login to write comment.