Color Hex Logo

#704380 Color Hex

#704380
(112,67,128)
0 Favorites   0 Comments

Color spaces of #704380

RGB 11267128
HSL0.790.310.38
HSV284°48°50°
CMYK 0.130.480.00   0.50
XYZ12.58559.017621.4993
Yxy9.01760.29200.2092
Hunter Lab30.029322.2593-21.4278
CIE-Lab36.018230.6315-26.7757

#704380 color RGB value is (112,67,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 10000000
Octal 160 103 200
Decimal 112 67 128
Hex 70 43 80

RGB Percentages of Color #704380

%36.48
%21.82
%41.69

CMYK Percentages of Color #704380

%13
%48
%0
%50

Triadic Colors of #704380

#704380 #807043 #438070

Analogous Colors of #704380

#704380 #804372 #524380

Monochromatic Colors of #704380

#704380

Complementary Color

#704380 #538043

#704380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704380 Color CSS Codes

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

#704380 Text Font Color

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

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


#704380 Background Color

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

This div background color is #704380


#704380 Border Color

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

This div border color is #704380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,67,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 #704380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704380


Comments

No comments written yet.

Please login to write comment.