Color Hex Logo

#705196 Color Hex

#705196
(112,81,150)
0 Favorites   0 Comments

Color spaces of #705196

RGB 11281150
HSL0.740.300.45
HSV267°46°59°
CMYK 0.250.460.00   0.41
XYZ15.129511.531630.2826
Yxy11.53160.26570.2025
Hunter Lab33.958220.1008-29.1018
CIE-Lab40.461827.6071-33.2014

#705196 color RGB value is (112,81,150).

#705196 hex color red value is 112, green value is 81 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #705196 hue: 0.74 , saturation: 0.30 and the lightness value of 705196 is 0.45.

The process color (four color CMYK) of #705196 color hex is 0.25, 0.46, 0.00, 0.41. Web safe color of #705196 is #666699. Color #705196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010001 10010110
Octal 160 121 226
Decimal 112 81 150
Hex 70 51 96

RGB Percentages of Color #705196

%32.65
%23.62
%43.73

CMYK Percentages of Color #705196

%25
%46
%0
%41

Triadic Colors of #705196

#705196 #967051 #519670

Analogous Colors of #705196

#705196 #935196 #515596

Monochromatic Colors of #705196

#705196

Complementary Color

#705196 #779651

#705196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705196 Color CSS Codes

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

#705196 Text Font Color

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

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


#705196 Background Color

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

This div background color is #705196


#705196 Border Color

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

This div border color is #705196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705196


Comments

No comments written yet.

Please login to write comment.