Color Hex Logo

#703483 Color Hex

#703483
(112,52,131)
0 Favorites   0 Comments

Color spaces of #703483

RGB 11252131
HSL0.790.430.36
HSV286°60°51°
CMYK 0.150.600.00   0.49
XYZ12.00687.539422.2952
Yxy7.53940.28700.1802
Hunter Lab27.458030.0029-28.9215
CIE-Lab33.004639.6534-33.3912

#703483 color RGB value is (112,52,131).

#703483 hex color red value is 112, green value is 52 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #703483 hue: 0.79 , saturation: 0.43 and the lightness value of 703483 is 0.36.

The process color (four color CMYK) of #703483 color hex is 0.15, 0.60, 0.00, 0.49. Web safe color of #703483 is #663399. Color #703483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110100 10000011
Octal 160 64 203
Decimal 112 52 131
Hex 70 34 83

RGB Percentages of Color #703483

%37.97
%17.63
%44.41

CMYK Percentages of Color #703483

%15
%60
%0
%49

Triadic Colors of #703483

#703483 #837034 #348370

Analogous Colors of #703483

#703483 #83346f #483483

Monochromatic Colors of #703483

#703483

Complementary Color

#703483 #478334

#703483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703483 Color CSS Codes

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

#703483 Text Font Color

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

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


#703483 Background Color

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

This div background color is #703483


#703483 Border Color

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

This div border color is #703483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703483


Comments

No comments written yet.

Please login to write comment.