Color Hex Logo

#70558a Color Hex

#70558A
(112,85,138)
0 Favorites   0 Comments

Color spaces of #70558a

RGB 11285138
HSL0.750.240.44
HSV271°38°54°
CMYK 0.190.380.00   0.46
XYZ14.518011.776725.5527
Yxy11.77670.28000.2271
Hunter Lab34.317215.4599-20.1255
CIE-Lab40.859022.1938-25.3314

#70558a color RGB value is (112,85,138).

#70558a hex color red value is 112, green value is 85 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70558a hue: 0.75 , saturation: 0.24 and the lightness value of 70558a is 0.44.

The process color (four color CMYK) of #70558a color hex is 0.19, 0.38, 0.00, 0.46. Web safe color of #70558a is #666699. Color #70558a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 10001010
Octal 160 125 212
Decimal 112 85 138
Hex 70 55 8A

RGB Percentages of Color #70558a

%33.43
%25.37
%41.19

CMYK Percentages of Color #70558a

%19
%38
%0
%46

Triadic Colors of #70558a

#70558a #8a7055 #558a70

Analogous Colors of #70558a

#70558a #8a558a #56558a

Monochromatic Colors of #70558a

#70558a

Complementary Color

#70558a #6f8a55

#70558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70558a Color CSS Codes

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

#70558a Text Font Color

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

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


#70558a Background Color

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

This div background color is #70558a


#70558a Border Color

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

This div border color is #70558a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70558a


Comments

No comments written yet.

Please login to write comment.