Color Hex Logo

#700887 Color Hex

#700887
(112,8,135)
0 Favorites   0 Comments

Color spaces of #700887

RGB 1128135
HSL0.800.890.28
HSV289°94°53°
CMYK 0.170.940.00   0.47
XYZ11.14215.367723.3705
Yxy5.36770.27940.1346
Hunter Lab23.168345.2997-43.5896
CIE-Lab27.757756.0963-44.3031

#700887 color RGB value is (112,8,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001000 10000111
Octal 160 10 207
Decimal 112 8 135
Hex 70 8 87

RGB Percentages of Color #700887

%43.92
%3.14
%52.94

CMYK Percentages of Color #700887

%17
%94
%0
%47

Triadic Colors of #700887

#700887 #877008 #088770

Analogous Colors of #700887

#700887 #87085f #300887

Monochromatic Colors of #700887

#700887

Complementary Color

#700887 #1f8708

#700887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700887 Color CSS Codes

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

#700887 Text Font Color

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

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


#700887 Background Color

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

This div background color is #700887


#700887 Border Color

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

This div border color is #700887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700887


Comments

No comments written yet.

Please login to write comment.