Color Hex Logo

#703357 Color Hex

#703357
(112,51,87)
0 Favorites   0 Comments

Color spaces of #703357

RGB 1125187
HSL0.900.370.32
HSV325°54°44°
CMYK 0.000.540.22   0.56
XYZ9.58626.50059.7663
Yxy6.50050.37080.2514
Hunter Lab25.496122.4956-4.8638
CIE-Lab30.641631.6994-9.1103

#703357 color RGB value is (112,51,87).

#703357 hex color red value is 112, green value is 51 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #703357 hue: 0.90 , saturation: 0.37 and the lightness value of 703357 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110011 01010111
Octal 160 63 127
Decimal 112 51 87
Hex 70 33 57

RGB Percentages of Color #703357

%44.80
%20.40
%34.80

CMYK Percentages of Color #703357

%0
%54
%22
%56

Triadic Colors of #703357

#703357 #577033 #335770

Analogous Colors of #703357

#703357 #703338 #6b3370

Monochromatic Colors of #703357

#703357

Complementary Color

#703357 #33704c

#703357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703357 Color CSS Codes

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

#703357 Text Font Color

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

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


#703357 Background Color

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

This div background color is #703357


#703357 Border Color

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

This div border color is #703357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703357


Comments

No comments written yet.

Please login to write comment.