Color Hex Logo

#893055 Color Hex

#893055
(137,48,85)
0 Favorites   0 Comments

Color spaces of #893055

RGB 1374885
HSL0.930.480.36
HSV335°65°54°
CMYK 0.000.650.38   0.46
XYZ13.01328.08819.4696
Yxy8.08810.42570.2646
Hunter Lab28.439631.90760.1658
CIE-Lab34.165741.4710-2.1183

#893055 color RGB value is (137,48,85).

#893055 hex color red value is 137, green value is 48 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #893055 hue: 0.93 , saturation: 0.48 and the lightness value of 893055 is 0.36.

The process color (four color CMYK) of #893055 color hex is 0.00, 0.65, 0.38, 0.46. Web safe color of #893055 is #993366. Color #893055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110000 01010101
Octal 211 60 125
Decimal 137 48 85
Hex 89 30 55

RGB Percentages of Color #893055

%50.74
%17.78
%31.48

CMYK Percentages of Color #893055

%0
%65
%38
%46

Triadic Colors of #893055

#893055 #558930 #305589

Analogous Colors of #893055

#893055 #893830 #893082

Monochromatic Colors of #893055

#893055

Complementary Color

#893055 #308964

#893055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893055 Color CSS Codes

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

#893055 Text Font Color

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

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


#893055 Background Color

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

This div background color is #893055


#893055 Border Color

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

This div border color is #893055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893055


Comments

No comments written yet.

Please login to write comment.