Color Hex Logo

#703091 Color Hex

#703091
(112,48,145)
0 Favorites   0 Comments

Color spaces of #703091

RGB 11248145
HSL0.780.500.38
HSV280°67°57°
CMYK 0.230.670.00   0.43
XYZ12.84997.603027.5783
Yxy7.60300.26750.1583
Hunter Lab27.573534.9314-39.9988
CIE-Lab33.142044.8009-41.8137

#703091 color RGB value is (112,48,145).

#703091 hex color red value is 112, green value is 48 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #703091 hue: 0.78 , saturation: 0.50 and the lightness value of 703091 is 0.38.

The process color (four color CMYK) of #703091 color hex is 0.23, 0.67, 0.00, 0.43. Web safe color of #703091 is #663399. Color #703091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110000 10010001
Octal 160 60 221
Decimal 112 48 145
Hex 70 30 91

RGB Percentages of Color #703091

%36.72
%15.74
%47.54

CMYK Percentages of Color #703091

%23
%67
%0
%43

Triadic Colors of #703091

#703091 #917030 #309170

Analogous Colors of #703091

#703091 #913082 #3f3091

Monochromatic Colors of #703091

#703091

Complementary Color

#703091 #519130

#703091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703091 Color CSS Codes

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

#703091 Text Font Color

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

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


#703091 Background Color

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

This div background color is #703091


#703091 Border Color

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

This div border color is #703091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703091


Comments

No comments written yet.

Please login to write comment.