Color Hex Logo

#704672 Color Hex

#704672
(112,70,114)
0 Favorites   0 Comments

Color spaces of #704672

RGB 11270114
HSL0.830.240.36
HSV297°39°45°
CMYK 0.020.390.00   0.55
XYZ11.90959.040017.0368
Yxy9.04000.31350.2380
Hunter Lab30.066618.0880-12.5492
CIE-Lab36.061225.7989-18.0113

#704672 color RGB value is (112,70,114).

#704672 hex color red value is 112, green value is 70 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #704672 hue: 0.83 , saturation: 0.24 and the lightness value of 704672 is 0.36.

The process color (four color CMYK) of #704672 color hex is 0.02, 0.39, 0.00, 0.55. Web safe color of #704672 is #663366. Color #704672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000110 01110010
Octal 160 106 162
Decimal 112 70 114
Hex 70 46 72

RGB Percentages of Color #704672

%37.84
%23.65
%38.51

CMYK Percentages of Color #704672

%2
%39
%0
%55

Triadic Colors of #704672

#704672 #727046 #467270

Analogous Colors of #704672

#704672 #72465e #5a4672

Monochromatic Colors of #704672

#704672

Complementary Color

#704672 #487246

#704672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704672 Color CSS Codes

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

#704672 Text Font Color

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

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


#704672 Background Color

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

This div background color is #704672


#704672 Border Color

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

This div border color is #704672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704672


Comments

No comments written yet.

Please login to write comment.