Color Hex Logo

#70649a Color Hex

#70649A
(112,100,154)
0 Favorites   0 Comments

Color spaces of #70649a

RGB 112100154
HSL0.700.210.50
HSV253°35°60°
CMYK 0.270.350.00   0.40
XYZ17.072014.892232.5465
Yxy14.89220.26460.2308
Hunter Lab38.590411.4333-22.9909
CIE-Lab45.486217.0834-27.7139

#70649a color RGB value is (112,100,154).

#70649a hex color red value is 112, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #70649a hue: 0.70 , saturation: 0.21 and the lightness value of 70649a is 0.50.

The process color (four color CMYK) of #70649a color hex is 0.27, 0.35, 0.00, 0.40. Web safe color of #70649a is #666699. Color #70649a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100100 10011010
Octal 160 144 232
Decimal 112 100 154
Hex 70 64 9A

RGB Percentages of Color #70649a

%30.60
%27.32
%42.08

CMYK Percentages of Color #70649a

%27
%35
%0
%40

Triadic Colors of #70649a

#70649a #9a7064 #649a70

Analogous Colors of #70649a

#70649a #8b649a #64739a

Monochromatic Colors of #70649a

#70649a

Complementary Color

#70649a #8e9a64

#70649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70649a Color CSS Codes

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

#70649a Text Font Color

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

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


#70649a Background Color

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

This div background color is #70649a


#70649a Border Color

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

This div border color is #70649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70649a


Comments

No comments written yet.

Please login to write comment.