Color Hex Logo

#704699 Color Hex

#704699
(112,70,153)
0 Favorites   0 Comments

Color spaces of #704699

RGB 11270153
HSL0.750.370.44
HSV270°54°60°
CMYK 0.270.540.00   0.40
XYZ14.622010.125031.3206
Yxy10.12500.26080.1806
Hunter Lab31.819826.3406-36.0860
CIE-Lab38.065834.8699-38.8072

#704699 color RGB value is (112,70,153).

#704699 hex color red value is 112, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #704699 hue: 0.75 , saturation: 0.37 and the lightness value of 704699 is 0.44.

The process color (four color CMYK) of #704699 color hex is 0.27, 0.54, 0.00, 0.40. Web safe color of #704699 is #663399. Color #704699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000110 10011001
Octal 160 106 231
Decimal 112 70 153
Hex 70 46 99

RGB Percentages of Color #704699

%33.43
%20.90
%45.67

CMYK Percentages of Color #704699

%27
%54
%0
%40

Triadic Colors of #704699

#704699 #997046 #469970

Analogous Colors of #704699

#704699 #994699 #474699

Monochromatic Colors of #704699

#704699

Complementary Color

#704699 #6f9946

#704699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704699 Color CSS Codes

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

#704699 Text Font Color

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

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


#704699 Background Color

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

This div background color is #704699


#704699 Border Color

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

This div border color is #704699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704699


Comments

No comments written yet.

Please login to write comment.