Color Hex Logo

#704580 Color Hex

#704580
(112,69,128)
0 Favorites   0 Comments

Color spaces of #704580

RGB 11269128
HSL0.790.300.39
HSV284°46°50°
CMYK 0.130.460.00   0.50
XYZ12.70659.259521.5396
Yxy9.25950.29210.2128
Hunter Lab30.429421.2852-20.6681
CIE-Lab36.479229.4584-26.0535

#704580 color RGB value is (112,69,128).

#704580 hex color red value is 112, green value is 69 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #704580 hue: 0.79 , saturation: 0.30 and the lightness value of 704580 is 0.39.

The process color (four color CMYK) of #704580 color hex is 0.13, 0.46, 0.00, 0.50. Web safe color of #704580 is #663399. Color #704580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000101 10000000
Octal 160 105 200
Decimal 112 69 128
Hex 70 45 80

RGB Percentages of Color #704580

%36.25
%22.33
%41.42

CMYK Percentages of Color #704580

%13
%46
%0
%50

Triadic Colors of #704580

#704580 #807045 #458070

Analogous Colors of #704580

#704580 #804573 #524580

Monochromatic Colors of #704580

#704580

Complementary Color

#704580 #558045

#704580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704580 Color CSS Codes

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

#704580 Text Font Color

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

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


#704580 Background Color

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

This div background color is #704580


#704580 Border Color

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

This div border color is #704580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704580


Comments

No comments written yet.

Please login to write comment.