Color Hex Logo

#703f66 Color Hex

#703F66
(112,63,102)
0 Favorites   0 Comments

Color spaces of #703f66

RGB 11263102
HSL0.870.280.34
HSV312°44°44°
CMYK 0.000.440.09   0.56
XYZ10.85797.959113.5344
Yxy7.95910.33560.2460
Hunter Lab28.211919.3285-8.6955
CIE-Lab33.897627.5327-13.7833

#703f66 color RGB value is (112,63,102).

#703f66 hex color red value is 112, green value is 63 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #703f66 hue: 0.87 , saturation: 0.28 and the lightness value of 703f66 is 0.34.

The process color (four color CMYK) of #703f66 color hex is 0.00, 0.44, 0.09, 0.56. Web safe color of #703f66 is #663366. Color #703f66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111111 01100110
Octal 160 77 146
Decimal 112 63 102
Hex 70 3F 66

RGB Percentages of Color #703f66

%40.43
%22.74
%36.82

CMYK Percentages of Color #703f66

%0
%44
%9
%56

Triadic Colors of #703f66

#703f66 #66703f #3f6670

Analogous Colors of #703f66

#703f66 #703f4e #623f70

Monochromatic Colors of #703f66

#703f66

Complementary Color

#703f66 #3f7049

#703f66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703f66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703f66 Color CSS Codes

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

#703f66 Text Font Color

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

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


#703f66 Background Color

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

This div background color is #703f66


#703f66 Border Color

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

This div border color is #703f66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703f66


Comments

No comments written yet.

Please login to write comment.