Color Hex Logo

#703576 Color Hex

#703576
(112,53,118)
0 Favorites   0 Comments

Color spaces of #703576

RGB 11253118
HSL0.820.380.34
HSV294°55°46°
CMYK 0.050.550.00   0.54
XYZ11.22527.299017.9567
Yxy7.29900.30770.2001
Hunter Lab27.016726.8861-20.4956
CIE-Lab32.478136.3563-26.0949

#703576 color RGB value is (112,53,118).

#703576 hex color red value is 112, green value is 53 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #703576 hue: 0.82 , saturation: 0.38 and the lightness value of 703576 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 01110110
Octal 160 65 166
Decimal 112 53 118
Hex 70 35 76

RGB Percentages of Color #703576

%39.58
%18.73
%41.70

CMYK Percentages of Color #703576

%5
%55
%0
%54

Triadic Colors of #703576

#703576 #767035 #357670

Analogous Colors of #703576

#703576 #76355c #4f3576

Monochromatic Colors of #703576

#703576

Complementary Color

#703576 #3b7635

#703576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703576 Color CSS Codes

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

#703576 Text Font Color

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

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


#703576 Background Color

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

This div background color is #703576


#703576 Border Color

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

This div border color is #703576


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,53,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 #703576">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703576


Comments

No comments written yet.

Please login to write comment.