Color Hex Logo

#706492 Color Hex

#706492
(112,100,146)
0 Favorites   0 Comments

Color spaces of #706492

RGB 112100146
HSL0.710.190.48
HSV256°32°57°
CMYK 0.230.320.00   0.43
XYZ16.427614.634429.1530
Yxy14.63440.27280.2430
Hunter Lab38.25499.7061-18.4048
CIE-Lab45.129315.0265-23.5100

#706492 color RGB value is (112,100,146).

#706492 hex color red value is 112, green value is 100 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #706492 hue: 0.71 , saturation: 0.19 and the lightness value of 706492 is 0.48.

The process color (four color CMYK) of #706492 color hex is 0.23, 0.32, 0.00, 0.43. Web safe color of #706492 is #666699. Color #706492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100100 10010010
Octal 160 144 222
Decimal 112 100 146
Hex 70 64 92

RGB Percentages of Color #706492

%31.28
%27.93
%40.78

CMYK Percentages of Color #706492

%23
%32
%0
%43

Triadic Colors of #706492

#706492 #927064 #649270

Analogous Colors of #706492

#706492 #876492 #646f92

Monochromatic Colors of #706492

#706492

Complementary Color

#706492 #869264

#706492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706492 Color CSS Codes

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

#706492 Text Font Color

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

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


#706492 Background Color

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

This div background color is #706492


#706492 Border Color

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

This div border color is #706492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706492


Comments

No comments written yet.

Please login to write comment.