Color Hex Logo

#703979 Color Hex

#703979
(112,57,121)
0 Favorites   0 Comments

Color spaces of #703979

RGB 11257121
HSL0.810.360.35
HSV292°53°47°
CMYK 0.070.530.00   0.53
XYZ11.59647.751518.9741
Yxy7.75150.30260.2023
Hunter Lab27.841525.6252-20.9173
CIE-Lab33.459934.7993-26.4356

#703979 color RGB value is (112,57,121).

#703979 hex color red value is 112, green value is 57 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #703979 hue: 0.81 , saturation: 0.36 and the lightness value of 703979 is 0.35.

The process color (four color CMYK) of #703979 color hex is 0.07, 0.53, 0.00, 0.53. Web safe color of #703979 is #663366. Color #703979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 01111001
Octal 160 71 171
Decimal 112 57 121
Hex 70 39 79

RGB Percentages of Color #703979

%38.62
%19.66
%41.72

CMYK Percentages of Color #703979

%7
%53
%0
%53

Triadic Colors of #703979

#703979 #797039 #397970

Analogous Colors of #703979

#703979 #793962 #503979

Monochromatic Colors of #703979

#703979

Complementary Color

#703979 #427939

#703979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703979 Color CSS Codes

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

#703979 Text Font Color

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

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


#703979 Background Color

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

This div background color is #703979


#703979 Border Color

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

This div border color is #703979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703979


Comments

No comments written yet.

Please login to write comment.