Color Hex Logo

#704868 Color Hex

#704868
(112,72,104)
0 Favorites   0 Comments

Color spaces of #704868

RGB 11272104
HSL0.870.220.36
HSV312°36°44°
CMYK 0.000.360.07   0.56
XYZ11.49819.079014.2431
Yxy9.07900.33020.2607
Hunter Lab30.131415.3855-6.9344
CIE-Lab36.136022.5619-11.6366

#704868 color RGB value is (112,72,104).

#704868 hex color red value is 112, green value is 72 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #704868 hue: 0.87 , saturation: 0.22 and the lightness value of 704868 is 0.36.

The process color (four color CMYK) of #704868 color hex is 0.00, 0.36, 0.07, 0.56. Web safe color of #704868 is #663366. Color #704868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001000 01101000
Octal 160 110 150
Decimal 112 72 104
Hex 70 48 68

RGB Percentages of Color #704868

%38.89
%25.00
%36.11

CMYK Percentages of Color #704868

%0
%36
%7
%56

Triadic Colors of #704868

#704868 #687048 #486870

Analogous Colors of #704868

#704868 #704854 #644870

Monochromatic Colors of #704868

#704868

Complementary Color

#704868 #487050

#704868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704868 Color CSS Codes

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

#704868 Text Font Color

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

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


#704868 Background Color

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

This div background color is #704868


#704868 Border Color

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

This div border color is #704868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704868


Comments

No comments written yet.

Please login to write comment.