Color Hex Logo

#70559d Color Hex

#70559D
(112,85,157)
0 Favorites   0 Comments

Color spaces of #70559d

RGB 11285157
HSL0.730.300.47
HSV263°46°62°
CMYK 0.290.460.00   0.38
XYZ16.016412.376133.4430
Yxy12.37610.25900.2001
Hunter Lab35.179719.7020-31.7373
CIE-Lab41.807727.0002-35.2728

#70559d color RGB value is (112,85,157).

#70559d hex color red value is 112, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #70559d hue: 0.73 , saturation: 0.30 and the lightness value of 70559d is 0.47.

The process color (four color CMYK) of #70559d color hex is 0.29, 0.46, 0.00, 0.38. Web safe color of #70559d is #666699. Color #70559d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 10011101
Octal 160 125 235
Decimal 112 85 157
Hex 70 55 9D

RGB Percentages of Color #70559d

%31.64
%24.01
%44.35

CMYK Percentages of Color #70559d

%29
%46
%0
%38

Triadic Colors of #70559d

#70559d #9d7055 #559d70

Analogous Colors of #70559d

#70559d #94559d #555e9d

Monochromatic Colors of #70559d

#70559d

Complementary Color

#70559d #829d55

#70559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70559d Color CSS Codes

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

#70559d Text Font Color

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

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


#70559d Background Color

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

This div background color is #70559d


#70559d Border Color

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

This div border color is #70559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70559d


Comments

No comments written yet.

Please login to write comment.