Color Hex Logo

#892968 Color Hex

#892968
(137,41,104)
0 Favorites   0 Comments

Color spaces of #892968

RGB 13741104
HSL0.890.540.35
HSV321°70°54°
CMYK 0.000.700.24   0.46
XYZ13.60827.903713.9050
Yxy7.90370.38420.2232
Hunter Lab28.113537.2033-9.6455
CIE-Lab33.781546.9962-14.8862

#892968 color RGB value is (137,41,104).

#892968 hex color red value is 137, green value is 41 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #892968 hue: 0.89 , saturation: 0.54 and the lightness value of 892968 is 0.35.

The process color (four color CMYK) of #892968 color hex is 0.00, 0.70, 0.24, 0.46. Web safe color of #892968 is #993366. Color #892968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101001 01101000
Octal 211 51 150
Decimal 137 41 104
Hex 89 29 68

RGB Percentages of Color #892968

%48.58
%14.54
%36.88

CMYK Percentages of Color #892968

%0
%70
%24
%46

Triadic Colors of #892968

#892968 #688929 #296889

Analogous Colors of #892968

#892968 #892938 #7a2989

Monochromatic Colors of #892968

#892968

Complementary Color

#892968 #29894a

#892968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892968 Color CSS Codes

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

#892968 Text Font Color

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

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


#892968 Background Color

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

This div background color is #892968


#892968 Border Color

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

This div border color is #892968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892968


Comments

No comments written yet.

Please login to write comment.