Color Hex Logo

#704466 Color Hex

#704466
(112,68,102)
0 Favorites   0 Comments

Color spaces of #704466

RGB 11268102
HSL0.870.240.35
HSV314°39°44°
CMYK 0.000.390.09   0.56
XYZ11.14758.538313.6309
Yxy8.53830.33460.2563
Hunter Lab29.220416.9617-7.2037
CIE-Lab35.079724.5752-11.9818

#704466 color RGB value is (112,68,102).

#704466 hex color red value is 112, green value is 68 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #704466 hue: 0.87 , saturation: 0.24 and the lightness value of 704466 is 0.35.

The process color (four color CMYK) of #704466 color hex is 0.00, 0.39, 0.09, 0.56. Web safe color of #704466 is #663366. Color #704466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000100 01100110
Octal 160 104 146
Decimal 112 68 102
Hex 70 44 66

RGB Percentages of Color #704466

%39.72
%24.11
%36.17

CMYK Percentages of Color #704466

%0
%39
%9
%56

Triadic Colors of #704466

#704466 #667044 #446670

Analogous Colors of #704466

#704466 #704450 #644470

Monochromatic Colors of #704466

#704466

Complementary Color

#704466 #44704e

#704466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704466 Color CSS Codes

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

#704466 Text Font Color

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

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


#704466 Background Color

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

This div background color is #704466


#704466 Border Color

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

This div border color is #704466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704466


Comments

No comments written yet.

Please login to write comment.