Color Hex Logo

#700455 Color Hex

#700455
(112,4,85)
0 Favorites   0 Comments

Color spaces of #700455

RGB 112485
HSL0.880.930.23
HSV315°96°44°
CMYK 0.000.960.24   0.56
XYZ8.36524.18758.9617
Yxy4.18750.38880.1946
Hunter Lab20.463437.1579-11.6410
CIE-Lab24.281948.7787-17.5460

#700455 color RGB value is (112,4,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000100 01010101
Octal 160 4 125
Decimal 112 4 85
Hex 70 4 55

RGB Percentages of Color #700455

%55.72
%1.99
%42.29

CMYK Percentages of Color #700455

%0
%96
%24
%56

Triadic Colors of #700455

#700455 #557004 #045570

Analogous Colors of #700455

#700455 #70041f #550470

Monochromatic Colors of #700455

#700455

Complementary Color

#700455 #04701f

#700455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700455 Color CSS Codes

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

#700455 Text Font Color

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

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


#700455 Background Color

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

This div background color is #700455


#700455 Border Color

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

This div border color is #700455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700455


Comments

No comments written yet.

Please login to write comment.