Color Hex Logo

#704475 Color Hex

#704475
(112,68,117)
0 Favorites   0 Comments

Color spaces of #704475

RGB 11268117
HSL0.820.260.36
HSV294°42°46°
CMYK 0.040.420.00   0.54
XYZ11.96018.863317.9101
Yxy8.86330.30880.2288
Hunter Lab29.771319.6095-14.8283
CIE-Lab35.719827.6245-20.4109

#704475 color RGB value is (112,68,117).

#704475 hex color red value is 112, green value is 68 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #704475 hue: 0.82 , saturation: 0.26 and the lightness value of 704475 is 0.36.

The process color (four color CMYK) of #704475 color hex is 0.04, 0.42, 0.00, 0.54. Web safe color of #704475 is #663366. Color #704475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000100 01110101
Octal 160 104 165
Decimal 112 68 117
Hex 70 44 75

RGB Percentages of Color #704475

%37.71
%22.90
%39.39

CMYK Percentages of Color #704475

%4
%42
%0
%54

Triadic Colors of #704475

#704475 #757044 #447570

Analogous Colors of #704475

#704475 #754462 #574475

Monochromatic Colors of #704475

#704475

Complementary Color

#704475 #497544

#704475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704475 Color CSS Codes

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

#704475 Text Font Color

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

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


#704475 Background Color

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

This div background color is #704475


#704475 Border Color

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

This div border color is #704475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704475


Comments

No comments written yet.

Please login to write comment.