Color Hex Logo

#706dad Color Hex

#706DAD
(112,109,173)
0 Favorites   0 Comments

Color spaces of #706dad

RGB 112109173
HSL0.670.280.55
HSV243°37°68°
CMYK 0.350.370.00   0.32
XYZ19.693617.399241.8556
Yxy17.39920.24940.2204
Hunter Lab41.712311.2784-30.2950
CIE-Lab48.759116.7344-33.7675

#706dad color RGB value is (112,109,173).

#706dad hex color red value is 112, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #706dad hue: 0.67 , saturation: 0.28 and the lightness value of 706dad is 0.55.

The process color (four color CMYK) of #706dad color hex is 0.35, 0.37, 0.00, 0.32. Web safe color of #706dad is #666699. Color #706dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101101 10101101
Octal 160 155 255
Decimal 112 109 173
Hex 70 6D AD

RGB Percentages of Color #706dad

%28.43
%27.66
%43.91

CMYK Percentages of Color #706dad

%35
%37
%0
%32

Triadic Colors of #706dad

#706dad #ad706d #6dad70

Analogous Colors of #706dad

#706dad #906dad #6d8aad

Monochromatic Colors of #706dad

#706dad

Complementary Color

#706dad #aaad6d

#706dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#706dad Color CSS Codes

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

#706dad Text Font Color

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

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


#706dad Background Color

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

This div background color is #706dad


#706dad Border Color

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

This div border color is #706dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706dad


Comments

No comments written yet.

Please login to write comment.