Color Hex Logo

#703799 Color Hex

#703799
(112,55,153)
0 Favorites   0 Comments

Color spaces of #703799

RGB 11255153
HSL0.760.470.41
HSV275°64°60°
CMYK 0.270.640.00   0.40
XYZ13.79808.477031.0460
Yxy8.47700.25880.1590
Hunter Lab29.115333.6410-42.8410
CIE-Lab34.957243.1392-43.7800

#703799 color RGB value is (112,55,153).

#703799 hex color red value is 112, green value is 55 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #703799 hue: 0.76 , saturation: 0.47 and the lightness value of 703799 is 0.41.

The process color (four color CMYK) of #703799 color hex is 0.27, 0.64, 0.00, 0.40. Web safe color of #703799 is #663399. Color #703799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 10011001
Octal 160 67 231
Decimal 112 55 153
Hex 70 37 99

RGB Percentages of Color #703799

%35.00
%17.19
%47.81

CMYK Percentages of Color #703799

%27
%64
%0
%40

Triadic Colors of #703799

#703799 #997037 #379970

Analogous Colors of #703799

#703799 #993791 #3f3799

Monochromatic Colors of #703799

#703799

Complementary Color

#703799 #609937

#703799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703799 Color CSS Codes

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

#703799 Text Font Color

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

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


#703799 Background Color

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

This div background color is #703799


#703799 Border Color

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

This div border color is #703799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703799


Comments

No comments written yet.

Please login to write comment.