Color Hex Logo

#70518b Color Hex

#70518B
(112,81,139)
0 Favorites   0 Comments

Color spaces of #70518b

RGB 11281139
HSL0.760.260.43
HSV272°42°55°
CMYK 0.190.420.00   0.45
XYZ14.284711.193725.8338
Yxy11.19370.27840.2181
Hunter Lab33.457017.6621-22.3609
CIE-Lab39.904824.8672-27.4272

#70518b color RGB value is (112,81,139).

#70518b hex color red value is 112, green value is 81 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #70518b hue: 0.76 , saturation: 0.26 and the lightness value of 70518b is 0.43.

The process color (four color CMYK) of #70518b color hex is 0.19, 0.42, 0.00, 0.45. Web safe color of #70518b is #666699. Color #70518b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010001 10001011
Octal 160 121 213
Decimal 112 81 139
Hex 70 51 8B

RGB Percentages of Color #70518b

%33.73
%24.40
%41.87

CMYK Percentages of Color #70518b

%19
%42
%0
%45

Triadic Colors of #70518b

#70518b #8b7051 #518b70

Analogous Colors of #70518b

#70518b #8b5189 #53518b

Monochromatic Colors of #70518b

#70518b

Complementary Color

#70518b #6c8b51

#70518b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70518b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70518b Color CSS Codes

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

#70518b Text Font Color

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

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


#70518b Background Color

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

This div background color is #70518b


#70518b Border Color

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

This div border color is #70518b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70518b


Comments

No comments written yet.

Please login to write comment.