Color Hex Logo

#703182 Color Hex

#703182
(112,49,130)
0 Favorites   0 Comments

Color spaces of #703182

RGB 11249130
HSL0.800.450.35
HSV287°62°51°
CMYK 0.140.620.00   0.49
XYZ11.80977.253121.8966
Yxy7.25310.28830.1771
Hunter Lab26.931631.1433-29.3534
CIE-Lab32.376340.9813-33.7678

#703182 color RGB value is (112,49,130).

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

The process color (four color CMYK) of #703182 color hex is 0.14, 0.62, 0.00, 0.49. Web safe color of #703182 is #663399. Color #703182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 10000010
Octal 160 61 202
Decimal 112 49 130
Hex 70 31 82

RGB Percentages of Color #703182

%38.49
%16.84
%44.67

CMYK Percentages of Color #703182

%14
%62
%0
%49

Triadic Colors of #703182

#703182 #827031 #318270

Analogous Colors of #703182

#703182 #82316c #483182

Monochromatic Colors of #703182

#703182

Complementary Color

#703182 #438231

#703182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703182 Color CSS Codes

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

#703182 Text Font Color

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

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


#703182 Background Color

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

This div background color is #703182


#703182 Border Color

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

This div border color is #703182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703182


Comments

No comments written yet.

Please login to write comment.