Color Hex Logo

#703f76 Color Hex

#703F76
(112,63,118)
0 Favorites   0 Comments

Color spaces of #703f76

RGB 11263118
HSL0.820.300.35
HSV293°47°46°
CMYK 0.050.470.00   0.54
XYZ11.72968.307818.1249
Yxy8.30780.30740.2177
Hunter Lab28.823322.1997-17.1070
CIE-Lab34.615930.7626-22.7505

#703f76 color RGB value is (112,63,118).

#703f76 hex color red value is 112, green value is 63 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #703f76 hue: 0.82 , saturation: 0.30 and the lightness value of 703f76 is 0.35.

The process color (four color CMYK) of #703f76 color hex is 0.05, 0.47, 0.00, 0.54. Web safe color of #703f76 is #663366. Color #703f76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111111 01110110
Octal 160 77 166
Decimal 112 63 118
Hex 70 3F 76

RGB Percentages of Color #703f76

%38.23
%21.50
%40.27

CMYK Percentages of Color #703f76

%5
%47
%0
%54

Triadic Colors of #703f76

#703f76 #76703f #3f7670

Analogous Colors of #703f76

#703f76 #763f61 #553f76

Monochromatic Colors of #703f76

#703f76

Complementary Color

#703f76 #45763f

#703f76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703f76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703f76 Color CSS Codes

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

#703f76 Text Font Color

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

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


#703f76 Background Color

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

This div background color is #703f76


#703f76 Border Color

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

This div border color is #703f76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,63,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703f76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703f76;
  -webkit-box-shadow: 1px 1px 3px 2px #703f76;
  box-shadow:         1px 1px 3px 2px #703f76; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703f76


Comments

No comments written yet.

Please login to write comment.