Color Hex Logo

#701187 Color Hex

#701187
(112,17,135)
0 Favorites   0 Comments

Color spaces of #701187

RGB 11217135
HSL0.800.780.30
HSV288°87°53°
CMYK 0.170.870.00   0.47
XYZ11.25575.594923.4084
Yxy5.59490.27960.1390
Hunter Lab23.653543.5468-42.1181
CIE-Lab28.366554.3007-43.3181

#701187 color RGB value is (112,17,135).

#701187 hex color red value is 112, green value is 17 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #701187 hue: 0.80 , saturation: 0.78 and the lightness value of 701187 is 0.30.

The process color (four color CMYK) of #701187 color hex is 0.17, 0.87, 0.00, 0.47. Web safe color of #701187 is #660099. Color #701187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 10000111
Octal 160 21 207
Decimal 112 17 135
Hex 70 11 87

RGB Percentages of Color #701187

%42.42
%6.44
%51.14

CMYK Percentages of Color #701187

%17
%87
%0
%47

Triadic Colors of #701187

#701187 #877011 #118770

Analogous Colors of #701187

#701187 #871163 #351187

Monochromatic Colors of #701187

#701187

Complementary Color

#701187 #288711

#701187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701187 Color CSS Codes

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

#701187 Text Font Color

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

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


#701187 Background Color

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

This div background color is #701187


#701187 Border Color

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

This div border color is #701187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701187


Comments

No comments written yet.

Please login to write comment.