Color Hex Logo

#705366 Color Hex

#705366
(112,83,102)
0 Favorites   0 Comments

Color spaces of #705366

RGB 11283102
HSL0.890.150.38
HSV321°26°44°
CMYK 0.000.260.09   0.56
XYZ12.173610.590613.9729
Yxy10.59060.33140.2883
Hunter Lab32.54329.8218-2.6768
CIE-Lab38.882215.4754-6.2556

#705366 color RGB value is (112,83,102).

#705366 hex color red value is 112, green value is 83 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #705366 hue: 0.89 , saturation: 0.15 and the lightness value of 705366 is 0.38.

The process color (four color CMYK) of #705366 color hex is 0.00, 0.26, 0.09, 0.56. Web safe color of #705366 is #666666. Color #705366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 01100110
Octal 160 123 146
Decimal 112 83 102
Hex 70 53 66

RGB Percentages of Color #705366

%37.71
%27.95
%34.34

CMYK Percentages of Color #705366

%0
%26
%9
%56

Triadic Colors of #705366

#705366 #667053 #536670

Analogous Colors of #705366

#705366 #705358 #6c5370

Monochromatic Colors of #705366

#705366

Complementary Color

#705366 #53705d

#705366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705366 Color CSS Codes

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

#705366 Text Font Color

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

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


#705366 Background Color

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

This div background color is #705366


#705366 Border Color

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

This div border color is #705366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705366


Comments

No comments written yet.

Please login to write comment.