Color Hex Logo

#70567b Color Hex

#70567B
(112,86,123)
0 Favorites   0 Comments

Color spaces of #70567b

RGB 11286123
HSL0.780.180.41
HSV282°30°48°
CMYK 0.090.300.00   0.52
XYZ13.585011.530420.2485
Yxy11.53040.29950.2542
Hunter Lab33.956411.9890-11.5856
CIE-Lab40.459818.0617-16.8138

#70567b color RGB value is (112,86,123).

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

The process color (four color CMYK) of #70567b color hex is 0.09, 0.30, 0.00, 0.52. Web safe color of #70567b is #666666. Color #70567b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 01111011
Octal 160 126 173
Decimal 112 86 123
Hex 70 56 7B

RGB Percentages of Color #70567b

%34.89
%26.79
%38.32

CMYK Percentages of Color #70567b

%9
%30
%0
%52

Triadic Colors of #70567b

#70567b #7b7056 #567b70

Analogous Colors of #70567b

#70567b #7b5674 #5e567b

Monochromatic Colors of #70567b

#70567b

Complementary Color

#70567b #617b56

#70567b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70567b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70567b Color CSS Codes

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

#70567b Text Font Color

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

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


#70567b Background Color

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

This div background color is #70567b


#70567b Border Color

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

This div border color is #70567b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70567b


Comments

No comments written yet.

Please login to write comment.