Color Hex Logo

#703866 Color Hex

#703866
(112,56,102)
0 Favorites   0 Comments

Color spaces of #703866

RGB 11256102
HSL0.860.330.33
HSV311°50°44°
CMYK 0.000.500.09   0.56
XYZ10.49457.232413.4132
Yxy7.23240.33700.2323
Hunter Lab26.893122.5931-10.7463
CIE-Lab32.330231.5511-16.1868

#703866 color RGB value is (112,56,102).

#703866 hex color red value is 112, green value is 56 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #703866 hue: 0.86 , saturation: 0.33 and the lightness value of 703866 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111000 01100110
Octal 160 70 146
Decimal 112 56 102
Hex 70 38 66

RGB Percentages of Color #703866

%41.48
%20.74
%37.78

CMYK Percentages of Color #703866

%0
%50
%9
%56

Triadic Colors of #703866

#703866 #667038 #386670

Analogous Colors of #703866

#703866 #70384a #5e3870

Monochromatic Colors of #703866

#703866

Complementary Color

#703866 #387042

#703866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703866 Color CSS Codes

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

#703866 Text Font Color

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

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


#703866 Background Color

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

This div background color is #703866


#703866 Border Color

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

This div border color is #703866


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,56,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 #703866">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703866


Comments

No comments written yet.

Please login to write comment.