Color Hex Logo

#703280 Color Hex

#703280
(112,50,128)
0 Favorites   0 Comments

Color spaces of #703280

RGB 11250128
HSL0.800.440.35
HSV288°61°50°
CMYK 0.130.610.00   0.50
XYZ11.71907.284521.2105
Yxy7.28450.29140.1811
Hunter Lab26.989830.2727-27.7014
CIE-Lab32.446040.0404-32.4107

#703280 color RGB value is (112,50,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110010 10000000
Octal 160 62 200
Decimal 112 50 128
Hex 70 32 80

RGB Percentages of Color #703280

%38.62
%17.24
%44.14

CMYK Percentages of Color #703280

%13
%61
%0
%50

Triadic Colors of #703280

#703280 #807032 #328070

Analogous Colors of #703280

#703280 #803269 #493280

Monochromatic Colors of #703280

#703280

Complementary Color

#703280 #428032

#703280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703280 Color CSS Codes

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

#703280 Text Font Color

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

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


#703280 Background Color

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

This div background color is #703280


#703280 Border Color

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

This div border color is #703280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703280


Comments

No comments written yet.

Please login to write comment.