Color Hex Logo

#70567e Color Hex

#70567E
(112,86,126)
0 Favorites   0 Comments

Color spaces of #70567e

RGB 11286126
HSL0.780.190.42
HSV279°32°49°
CMYK 0.110.320.00   0.51
XYZ13.775811.606721.2529
Yxy11.60670.29540.2489
Hunter Lab34.068612.5572-13.1386
CIE-Lab40.584118.7443-18.4568

#70567e color RGB value is (112,86,126).

#70567e hex color red value is 112, green value is 86 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #70567e hue: 0.78 , saturation: 0.19 and the lightness value of 70567e is 0.42.

The process color (four color CMYK) of #70567e color hex is 0.11, 0.32, 0.00, 0.51. Web safe color of #70567e is #666666. Color #70567e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 01111110
Octal 160 126 176
Decimal 112 86 126
Hex 70 56 7E

RGB Percentages of Color #70567e

%34.57
%26.54
%38.89

CMYK Percentages of Color #70567e

%11
%32
%0
%51

Triadic Colors of #70567e

#70567e #7e7056 #567e70

Analogous Colors of #70567e

#70567e #7e5678 #5c567e

Monochromatic Colors of #70567e

#70567e

Complementary Color

#70567e #647e56

#70567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70567e Color CSS Codes

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

#70567e Text Font Color

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

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


#70567e Background Color

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

This div background color is #70567e


#70567e Border Color

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

This div border color is #70567e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,86,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70567e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70567e;
  -webkit-box-shadow: 1px 1px 3px 2px #70567e;
  box-shadow:         1px 1px 3px 2px #70567e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70567e


Comments

No comments written yet.

Please login to write comment.