Color Hex Logo

#703387 Color Hex

#703387
(112,51,135)
0 Favorites   0 Comments

Color spaces of #703387

RGB 11251135
HSL0.790.450.36
HSV284°62°53°
CMYK 0.170.620.00   0.47
XYZ12.23917.561723.7361
Yxy7.56170.28110.1737
Hunter Lab27.498531.3246-31.9288
CIE-Lab33.052941.0530-35.7946

#703387 color RGB value is (112,51,135).

#703387 hex color red value is 112, green value is 51 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #703387 hue: 0.79 , saturation: 0.45 and the lightness value of 703387 is 0.36.

The process color (four color CMYK) of #703387 color hex is 0.17, 0.62, 0.00, 0.47. Web safe color of #703387 is #663399. Color #703387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110011 10000111
Octal 160 63 207
Decimal 112 51 135
Hex 70 33 87

RGB Percentages of Color #703387

%37.58
%17.11
%45.30

CMYK Percentages of Color #703387

%17
%62
%0
%47

Triadic Colors of #703387

#703387 #877033 #338770

Analogous Colors of #703387

#703387 #873374 #463387

Monochromatic Colors of #703387

#703387

Complementary Color

#703387 #4a8733

#703387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703387 Color CSS Codes

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

#703387 Text Font Color

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

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


#703387 Background Color

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

This div background color is #703387


#703387 Border Color

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

This div border color is #703387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703387


Comments

No comments written yet.

Please login to write comment.