Color Hex Logo

#703070 Color Hex

#703070
(112,48,112)
0 Favorites   0 Comments

Color spaces of #703070

RGB 11248112
HSL0.830.400.31
HSV300°57°44°
CMYK 0.000.570.00   0.56
XYZ10.66376.728516.0659
Yxy6.72850.31870.2011
Hunter Lab25.939427.9877-18.5645
CIE-Lab31.180737.7883-24.3386

#703070 color RGB value is (112,48,112).

#703070 hex color red value is 112, green value is 48 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #703070 hue: 0.83 , saturation: 0.40 and the lightness value of 703070 is 0.31.

The process color (four color CMYK) of #703070 color hex is 0.00, 0.57, 0.00, 0.56. Web safe color of #703070 is #663366. Color #703070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110000 01110000
Octal 160 60 160
Decimal 112 48 112
Hex 70 30 70

RGB Percentages of Color #703070

%41.18
%17.65
%41.18

CMYK Percentages of Color #703070

%0
%57
%0
%56

Triadic Colors of #703070

#703070 #707030 #307070

Analogous Colors of #703070

#703070 #703050 #503070

Monochromatic Colors of #703070

#703070

Complementary Color

#703070 #307030

#703070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703070 Color CSS Codes

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

#703070 Text Font Color

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

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


#703070 Background Color

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

This div background color is #703070


#703070 Border Color

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

This div border color is #703070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703070


Comments

No comments written yet.

Please login to write comment.