Color Hex Logo

#703988 Color Hex

#703988
(112,57,136)
0 Favorites   0 Comments

Color spaces of #703988

RGB 11257136
HSL0.780.410.38
HSV282°58°53°
CMYK 0.180.580.00   0.47
XYZ12.58928.148624.2019
Yxy8.14860.28010.1813
Hunter Lab28.545828.7667-30.2857
CIE-Lab34.290538.1034-34.4431

#703988 color RGB value is (112,57,136).

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

The process color (four color CMYK) of #703988 color hex is 0.18, 0.58, 0.00, 0.47. Web safe color of #703988 is #663399. Color #703988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 10001000
Octal 160 71 210
Decimal 112 57 136
Hex 70 39 88

RGB Percentages of Color #703988

%36.72
%18.69
%44.59

CMYK Percentages of Color #703988

%18
%58
%0
%47

Triadic Colors of #703988

#703988 #887039 #398870

Analogous Colors of #703988

#703988 #883979 #493988

Monochromatic Colors of #703988

#703988

Complementary Color

#703988 #518839

#703988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703988 Color CSS Codes

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

#703988 Text Font Color

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

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


#703988 Background Color

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

This div background color is #703988


#703988 Border Color

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

This div border color is #703988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703988


Comments

No comments written yet.

Please login to write comment.