Color Hex Logo

#70649b Color Hex

#70649B
(112,100,155)
0 Favorites   0 Comments

Color spaces of #70649b

RGB 112100155
HSL0.700.220.50
HSV253°35°61°
CMYK 0.280.350.00   0.39
XYZ17.155714.925632.9871
Yxy14.92560.26370.2294
Hunter Lab38.633711.6560-23.5808
CIE-Lab45.532117.3457-28.2355

#70649b color RGB value is (112,100,155).

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

The process color (four color CMYK) of #70649b color hex is 0.28, 0.35, 0.00, 0.39. Web safe color of #70649b is #666699. Color #70649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100100 10011011
Octal 160 144 233
Decimal 112 100 155
Hex 70 64 9B

RGB Percentages of Color #70649b

%30.52
%27.25
%42.23

CMYK Percentages of Color #70649b

%28
%35
%0
%39

Triadic Colors of #70649b

#70649b #9b7064 #649b70

Analogous Colors of #70649b

#70649b #8c649b #64749b

Monochromatic Colors of #70649b

#70649b

Complementary Color

#70649b #8f9b64

#70649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70649b Color CSS Codes

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

#70649b Text Font Color

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

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


#70649b Background Color

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

This div background color is #70649b


#70649b Border Color

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

This div border color is #70649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70649b


Comments

No comments written yet.

Please login to write comment.