Color Hex Logo

#70489f Color Hex

#70489F
(112,72,159)
0 Favorites   0 Comments

Color spaces of #70489f

RGB 11272159
HSL0.740.380.45
HSV268°55°62°
CMYK 0.300.550.00   0.38
XYZ15.257510.582734.0394
Yxy10.58270.25480.1767
Hunter Lab32.531126.7895-39.2673
CIE-Lab38.868635.2364-41.1378

#70489f color RGB value is (112,72,159).

#70489f hex color red value is 112, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #70489f hue: 0.74 , saturation: 0.38 and the lightness value of 70489f is 0.45.

The process color (four color CMYK) of #70489f color hex is 0.30, 0.55, 0.00, 0.38. Web safe color of #70489f is #663399. Color #70489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001000 10011111
Octal 160 110 237
Decimal 112 72 159
Hex 70 48 9F

RGB Percentages of Color #70489f

%32.65
%20.99
%46.36

CMYK Percentages of Color #70489f

%30
%55
%0
%38

Triadic Colors of #70489f

#70489f #9f7048 #489f70

Analogous Colors of #70489f

#70489f #9c489f #484c9f

Monochromatic Colors of #70489f

#70489f

Complementary Color

#70489f #779f48

#70489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70489f Color CSS Codes

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

#70489f Text Font Color

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

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


#70489f Background Color

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

This div background color is #70489f


#70489f Border Color

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

This div border color is #70489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70489f


Comments

No comments written yet.

Please login to write comment.