Color Hex Logo

#704790 Color Hex

#704790
(112,71,144)
0 Favorites   0 Comments

Color spaces of #704790

RGB 11271144
HSL0.760.340.42
HSV274°51°56°
CMYK 0.220.510.00   0.44
XYZ13.96949.964827.5727
Yxy9.96480.27120.1935
Hunter Lab31.567123.7494-29.6907
CIE-Lab37.779232.0590-33.8101

#704790 color RGB value is (112,71,144).

#704790 hex color red value is 112, green value is 71 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #704790 hue: 0.76 , saturation: 0.34 and the lightness value of 704790 is 0.42.

The process color (four color CMYK) of #704790 color hex is 0.22, 0.51, 0.00, 0.44. Web safe color of #704790 is #663399. Color #704790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000111 10010000
Octal 160 107 220
Decimal 112 71 144
Hex 70 47 90

RGB Percentages of Color #704790

%34.25
%21.71
%44.04

CMYK Percentages of Color #704790

%22
%51
%0
%44

Triadic Colors of #704790

#704790 #907047 #479070

Analogous Colors of #704790

#704790 #90478c #4c4790

Monochromatic Colors of #704790

#704790

Complementary Color

#704790 #679047

#704790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704790 Color CSS Codes

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

#704790 Text Font Color

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

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


#704790 Background Color

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

This div background color is #704790


#704790 Border Color

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

This div border color is #704790


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,71,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #704790; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #704790;
  -webkit-box-shadow: 1px 1px 3px 2px #704790;
  box-shadow:         1px 1px 3px 2px #704790; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704790


Comments

No comments written yet.

Please login to write comment.