Color Hex Logo

#893c69 Color Hex

#893C69
(137,60,105)
0 Favorites   0 Comments

Color spaces of #893c69

RGB 13760105
HSL0.900.390.39
HSV325°56°54°
CMYK 0.000.560.23   0.46
XYZ14.48229.570014.4485
Yxy9.57000.37620.2486
Hunter Lab30.935429.4266-6.0368
CIE-Lab37.059438.3517-10.5303

#893c69 color RGB value is (137,60,105).

#893c69 hex color red value is 137, green value is 60 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #893c69 hue: 0.90 , saturation: 0.39 and the lightness value of 893c69 is 0.39.

The process color (four color CMYK) of #893c69 color hex is 0.00, 0.56, 0.23, 0.46. Web safe color of #893c69 is #993366. Color #893c69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111100 01101001
Octal 211 74 151
Decimal 137 60 105
Hex 89 3C 69

RGB Percentages of Color #893c69

%45.36
%19.87
%34.77

CMYK Percentages of Color #893c69

%0
%56
%23
%46

Triadic Colors of #893c69

#893c69 #69893c #3c6989

Analogous Colors of #893c69

#893c69 #893c43 #833c89

Monochromatic Colors of #893c69

#893c69

Complementary Color

#893c69 #3c895c

#893c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893c69 Color CSS Codes

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

#893c69 Text Font Color

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

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


#893c69 Background Color

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

This div background color is #893c69


#893c69 Border Color

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

This div border color is #893c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893c69


Comments

No comments written yet.

Please login to write comment.