Color Hex Logo

#700155 Color Hex

#700155
(112,1,85)
0 Favorites   0 Comments

Color spaces of #700155

RGB 112185
HSL0.870.980.22
HSV315°99°44°
CMYK 0.000.990.24   0.56
XYZ8.33264.12238.9508
Yxy4.12230.38930.1926
Hunter Lab20.303437.7259-11.9257
CIE-Lab24.071749.3953-17.8731

#700155 color RGB value is (112,1,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 01010101
Octal 160 1 125
Decimal 112 1 85
Hex 70 1 55

RGB Percentages of Color #700155

%56.57
%0.51
%42.93

CMYK Percentages of Color #700155

%0
%99
%24
%56

Triadic Colors of #700155

#700155 #557001 #015570

Analogous Colors of #700155

#700155 #70011e #540170

Monochromatic Colors of #700155

#700155

Complementary Color

#700155 #01701c

#700155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700155 Color CSS Codes

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

#700155 Text Font Color

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

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


#700155 Background Color

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

This div background color is #700155


#700155 Border Color

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

This div border color is #700155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700155


Comments

No comments written yet.

Please login to write comment.