Color Hex Logo

#706a7d Color Hex

#706A7D
(112,106,125)
0 Favorites   0 Comments

Color spaces of #706a7d

RGB 112106125
HSL0.720.080.45
HSV259°15°49°
CMYK 0.100.150.00   0.51
XYZ15.537815.233521.5235
Yxy15.23350.29710.2913
Hunter Lab39.03012.7577-5.3749
CIE-Lab45.95246.3567-9.6914

#706a7d color RGB value is (112,106,125).

#706a7d hex color red value is 112, green value is 106 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #706a7d hue: 0.72 , saturation: 0.08 and the lightness value of 706a7d is 0.45.

The process color (four color CMYK) of #706a7d color hex is 0.10, 0.15, 0.00, 0.51. Web safe color of #706a7d is #666666. Color #706a7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101010 01111101
Octal 160 152 175
Decimal 112 106 125
Hex 70 6A 7D

RGB Percentages of Color #706a7d

%32.65
%30.90
%36.44

CMYK Percentages of Color #706a7d

%10
%15
%0
%51

Triadic Colors of #706a7d

#706a7d #7d706a #6a7d70

Analogous Colors of #706a7d

#706a7d #7a6a7d #6a6e7d

Monochromatic Colors of #706a7d

#706a7d

Complementary Color

#706a7d #777d6a

#706a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#706a7d Color CSS Codes

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

#706a7d Text Font Color

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

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


#706a7d Background Color

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

This div background color is #706a7d


#706a7d Border Color

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

This div border color is #706a7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,106,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706a7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706a7d;
  -webkit-box-shadow: 1px 1px 3px 2px #706a7d;
  box-shadow:         1px 1px 3px 2px #706a7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706a7d


Comments

No comments written yet.

Please login to write comment.