Color Hex Logo

#700855 Color Hex

#700855
(112,8,85)
0 Favorites   0 Comments

Color spaces of #700855

RGB 112885
HSL0.880.870.24
HSV316°93°44°
CMYK 0.000.930.24   0.56
XYZ8.40864.27438.9762
Yxy4.27430.38820.1973
Hunter Lab20.674436.4186-11.2699
CIE-Lab24.558347.9712-17.1163

#700855 color RGB value is (112,8,85).

#700855 hex color red value is 112, green value is 8 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #700855 hue: 0.88 , saturation: 0.87 and the lightness value of 700855 is 0.24.

The process color (four color CMYK) of #700855 color hex is 0.00, 0.93, 0.24, 0.56. Web safe color of #700855 is #660066. Color #700855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001000 01010101
Octal 160 10 125
Decimal 112 8 85
Hex 70 8 55

RGB Percentages of Color #700855

%54.63
%3.90
%41.46

CMYK Percentages of Color #700855

%0
%93
%24
%56

Triadic Colors of #700855

#700855 #557008 #085570

Analogous Colors of #700855

#700855 #700821 #570870

Monochromatic Colors of #700855

#700855

Complementary Color

#700855 #087023

#700855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700855 Color CSS Codes

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

#700855 Text Font Color

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

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


#700855 Background Color

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

This div background color is #700855


#700855 Border Color

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

This div border color is #700855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700855


Comments

No comments written yet.

Please login to write comment.