Color Hex Logo

#70749f Color Hex

#70749F
(112,116,159)
0 Favorites   0 Comments

Color spaces of #70749f

RGB 112116159
HSL0.650.200.53
HSV235°30°62°
CMYK 0.300.270.00   0.38
XYZ19.185518.438735.3487
Yxy18.43870.26290.2527
Hunter Lab42.94034.6073-18.7496
CIE-Lab50.02398.7160-23.6229

#70749f color RGB value is (112,116,159).

#70749f hex color red value is 112, green value is 116 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #70749f hue: 0.65 , saturation: 0.20 and the lightness value of 70749f is 0.53.

The process color (four color CMYK) of #70749f color hex is 0.30, 0.27, 0.00, 0.38. Web safe color of #70749f is #666699. Color #70749f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110100 10011111
Octal 160 164 237
Decimal 112 116 159
Hex 70 74 9F

RGB Percentages of Color #70749f

%28.94
%29.97
%41.09

CMYK Percentages of Color #70749f

%30
%27
%0
%38

Triadic Colors of #70749f

#70749f #9f7074 #749f70

Analogous Colors of #70749f

#70749f #84709f #708c9f

Monochromatic Colors of #70749f

#70749f

Complementary Color

#70749f #9f9b70

#70749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70749f Color CSS Codes

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

#70749f Text Font Color

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

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


#70749f Background Color

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

This div background color is #70749f


#70749f Border Color

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

This div border color is #70749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70749f


Comments

No comments written yet.

Please login to write comment.