Color Hex Logo

#704282 Color Hex

#704282
(112,66,130)
0 Favorites   0 Comments

Color spaces of #704282

RGB 11266130
HSL0.790.330.38
HSV283°49°51°
CMYK 0.140.490.00   0.49
XYZ12.65968.952922.1799
Yxy8.95290.28910.2044
Hunter Lab29.921423.1601-23.0051
CIE-Lab35.893531.6682-28.2069

#704282 color RGB value is (112,66,130).

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

The process color (four color CMYK) of #704282 color hex is 0.14, 0.49, 0.00, 0.49. Web safe color of #704282 is #663399. Color #704282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 10000010
Octal 160 102 202
Decimal 112 66 130
Hex 70 42 82

RGB Percentages of Color #704282

%36.36
%21.43
%42.21

CMYK Percentages of Color #704282

%14
%49
%0
%49

Triadic Colors of #704282

#704282 #827042 #428270

Analogous Colors of #704282

#704282 #824274 #504282

Monochromatic Colors of #704282

#704282

Complementary Color

#704282 #548242

#704282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704282 Color CSS Codes

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

#704282 Text Font Color

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

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


#704282 Background Color

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

This div background color is #704282


#704282 Border Color

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

This div border color is #704282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704282


Comments

No comments written yet.

Please login to write comment.