Color Hex Logo

#703097 Color Hex

#703097
(112,48,151)
0 Favorites   0 Comments

Color spaces of #703097

RGB 11248151
HSL0.770.520.39
HSV277°68°59°
CMYK 0.260.680.00   0.41
XYZ13.32507.793030.0801
Yxy7.79300.26030.1522
Hunter Lab27.915936.3497-44.3452
CIE-Lab33.548046.1754-44.8300

#703097 color RGB value is (112,48,151).

#703097 hex color red value is 112, green value is 48 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #703097 hue: 0.77 , saturation: 0.52 and the lightness value of 703097 is 0.39.

The process color (four color CMYK) of #703097 color hex is 0.26, 0.68, 0.00, 0.41. Web safe color of #703097 is #663399. Color #703097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110000 10010111
Octal 160 60 227
Decimal 112 48 151
Hex 70 30 97

RGB Percentages of Color #703097

%36.01
%15.43
%48.55

CMYK Percentages of Color #703097

%26
%68
%0
%41

Triadic Colors of #703097

#703097 #977030 #309770

Analogous Colors of #703097

#703097 #97308b #3d3097

Monochromatic Colors of #703097

#703097

Complementary Color

#703097 #579730

#703097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703097 Color CSS Codes

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

#703097 Text Font Color

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

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


#703097 Background Color

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

This div background color is #703097


#703097 Border Color

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

This div border color is #703097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703097


Comments

No comments written yet.

Please login to write comment.