Color Hex Logo

#703985 Color Hex

#703985
(112,57,133)
0 Favorites   0 Comments

Color spaces of #703985

RGB 11257133
HSL0.790.400.37
HSV283°57°52°
CMYK 0.160.570.00   0.48
XYZ12.37898.064523.0945
Yxy8.06450.28430.1852
Hunter Lab28.398128.1127-28.3385
CIE-Lab34.116937.4246-32.8657

#703985 color RGB value is (112,57,133).

#703985 hex color red value is 112, green value is 57 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #703985 hue: 0.79 , saturation: 0.40 and the lightness value of 703985 is 0.37.

The process color (four color CMYK) of #703985 color hex is 0.16, 0.57, 0.00, 0.48. Web safe color of #703985 is #663399. Color #703985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 10000101
Octal 160 71 205
Decimal 112 57 133
Hex 70 39 85

RGB Percentages of Color #703985

%37.09
%18.87
%44.04

CMYK Percentages of Color #703985

%16
%57
%0
%48

Triadic Colors of #703985

#703985 #857039 #398570

Analogous Colors of #703985

#703985 #853974 #4a3985

Monochromatic Colors of #703985

#703985

Complementary Color

#703985 #4e8539

#703985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703985 Color CSS Codes

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

#703985 Text Font Color

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

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


#703985 Background Color

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

This div background color is #703985


#703985 Border Color

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

This div border color is #703985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703985


Comments

No comments written yet.

Please login to write comment.