Color Hex Logo

#703d68 Color Hex

#703D68
(112,61,104)
0 Favorites   0 Comments

Color spaces of #703d68

RGB 11261104
HSL0.860.290.34
HSV309°46°44°
CMYK 0.000.460.07   0.56
XYZ10.84957.781714.0269
Yxy7.78170.33220.2383
Hunter Lab27.895720.6067-10.2860
CIE-Lab33.524029.0801-15.6236

#703d68 color RGB value is (112,61,104).

#703d68 hex color red value is 112, green value is 61 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #703d68 hue: 0.86 , saturation: 0.29 and the lightness value of 703d68 is 0.34.

The process color (four color CMYK) of #703d68 color hex is 0.00, 0.46, 0.07, 0.56. Web safe color of #703d68 is #663366. Color #703d68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111101 01101000
Octal 160 75 150
Decimal 112 61 104
Hex 70 3D 68

RGB Percentages of Color #703d68

%40.43
%22.02
%37.55

CMYK Percentages of Color #703d68

%0
%46
%7
%56

Triadic Colors of #703d68

#703d68 #68703d #3d6870

Analogous Colors of #703d68

#703d68 #703d4f #5e3d70

Monochromatic Colors of #703d68

#703d68

Complementary Color

#703d68 #3d7045

#703d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703d68 Color CSS Codes

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

#703d68 Text Font Color

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

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


#703d68 Background Color

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

This div background color is #703d68


#703d68 Border Color

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

This div border color is #703d68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703d68


Comments

No comments written yet.

Please login to write comment.