Color Hex Logo

#701588 Color Hex

#701588
(112,21,136)
0 Favorites   0 Comments

Color spaces of #701588

RGB 11221136
HSL0.800.730.31
HSV287°85°53°
CMYK 0.180.850.00   0.47
XYZ11.39425.758623.8035
Yxy5.75860.27820.1406
Hunter Lab23.997142.7598-42.0138
CIE-Lab28.795153.4565-43.2495

#701588 color RGB value is (112,21,136).

#701588 hex color red value is 112, green value is 21 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #701588 hue: 0.80 , saturation: 0.73 and the lightness value of 701588 is 0.31.

The process color (four color CMYK) of #701588 color hex is 0.18, 0.85, 0.00, 0.47. Web safe color of #701588 is #660099. Color #701588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 10001000
Octal 160 25 210
Decimal 112 21 136
Hex 70 15 88

RGB Percentages of Color #701588

%41.64
%7.81
%50.56

CMYK Percentages of Color #701588

%18
%85
%0
%47

Triadic Colors of #701588

#701588 #887015 #158870

Analogous Colors of #701588

#701588 #881567 #361588

Monochromatic Colors of #701588

#701588

Complementary Color

#701588 #2d8815

#701588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701588 Color CSS Codes

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

#701588 Text Font Color

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

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


#701588 Background Color

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

This div background color is #701588


#701588 Border Color

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

This div border color is #701588


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,21,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 #701588">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701588


Comments

No comments written yet.

Please login to write comment.