Color Hex Logo

#703880 Color Hex

#703880
(112,56,128)
0 Favorites   0 Comments

Color spaces of #703880

RGB 11256128
HSL0.800.390.36
HSV287°56°50°
CMYK 0.130.560.00   0.50
XYZ11.99257.831621.3016
Yxy7.83160.29160.1904
Hunter Lab27.985027.5194-25.5408
CIE-Lab33.629736.8595-30.5356

#703880 color RGB value is (112,56,128).

#703880 hex color red value is 112, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #703880 hue: 0.80 , saturation: 0.39 and the lightness value of 703880 is 0.36.

The process color (four color CMYK) of #703880 color hex is 0.13, 0.56, 0.00, 0.50. Web safe color of #703880 is #663399. Color #703880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111000 10000000
Octal 160 70 200
Decimal 112 56 128
Hex 70 38 80

RGB Percentages of Color #703880

%37.84
%18.92
%43.24

CMYK Percentages of Color #703880

%13
%56
%0
%50

Triadic Colors of #703880

#703880 #807038 #388070

Analogous Colors of #703880

#703880 #80386c #4c3880

Monochromatic Colors of #703880

#703880

Complementary Color

#703880 #488038

#703880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703880 Color CSS Codes

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

#703880 Text Font Color

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

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


#703880 Background Color

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

This div background color is #703880


#703880 Border Color

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

This div border color is #703880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703880


Comments

No comments written yet.

Please login to write comment.