Color Hex Logo

#706191 Color Hex

#706191
(112,97,145)
0 Favorites   0 Comments

Color spaces of #706191

RGB 11297145
HSL0.720.200.47
HSV259°33°57°
CMYK 0.230.330.00   0.43
XYZ16.067614.038528.6509
Yxy14.03850.27350.2389
Hunter Lab37.468010.9781-19.1101
CIE-Lab44.288116.6030-24.2161

#706191 color RGB value is (112,97,145).

#706191 hex color red value is 112, green value is 97 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #706191 hue: 0.72 , saturation: 0.20 and the lightness value of 706191 is 0.47.

The process color (four color CMYK) of #706191 color hex is 0.23, 0.33, 0.00, 0.43. Web safe color of #706191 is #666699. Color #706191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 10010001
Octal 160 141 221
Decimal 112 97 145
Hex 70 61 91

RGB Percentages of Color #706191

%31.64
%27.40
%40.96

CMYK Percentages of Color #706191

%23
%33
%0
%43

Triadic Colors of #706191

#706191 #917061 #619170

Analogous Colors of #706191

#706191 #886191 #616a91

Monochromatic Colors of #706191

#706191

Complementary Color

#706191 #829161

#706191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706191 Color CSS Codes

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

#706191 Text Font Color

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

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


#706191 Background Color

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

This div background color is #706191


#706191 Border Color

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

This div border color is #706191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706191


Comments

No comments written yet.

Please login to write comment.