Color Hex Logo

#705376 Color Hex

#705376
(112,83,118)
0 Favorites   0 Comments

Color spaces of #705376

RGB 11283118
HSL0.800.170.39
HSV290°30°46°
CMYK 0.050.300.00   0.54
XYZ13.045410.939318.5635
Yxy10.93930.30660.2571
Hunter Lab33.074612.5240-10.1250
CIE-Lab39.478018.7853-15.2478

#705376 color RGB value is (112,83,118).

#705376 hex color red value is 112, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #705376 hue: 0.80 , saturation: 0.17 and the lightness value of 705376 is 0.39.

The process color (four color CMYK) of #705376 color hex is 0.05, 0.30, 0.00, 0.54. Web safe color of #705376 is #666666. Color #705376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 01110110
Octal 160 123 166
Decimal 112 83 118
Hex 70 53 76

RGB Percentages of Color #705376

%35.78
%26.52
%37.70

CMYK Percentages of Color #705376

%5
%30
%0
%54

Triadic Colors of #705376

#705376 #767053 #537670

Analogous Colors of #705376

#705376 #76536b #5f5376

Monochromatic Colors of #705376

#705376

Complementary Color

#705376 #597653

#705376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705376 Color CSS Codes

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

#705376 Text Font Color

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

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


#705376 Background Color

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

This div background color is #705376


#705376 Border Color

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

This div border color is #705376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,83,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #705376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #705376;
  -webkit-box-shadow: 1px 1px 3px 2px #705376;
  box-shadow:         1px 1px 3px 2px #705376; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,83,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705376


Comments

No comments written yet.

Please login to write comment.