Color Hex Logo

#706abc Color Hex

#706ABC
(112,106,188)
0 Favorites   0 Comments

Color spaces of #706abc

RGB 112106188
HSL0.680.380.58
HSV244°44°74°
CMYK 0.400.440.00   0.26
XYZ20.913217.383749.8301
Yxy17.38370.23730.1973
Hunter Lab41.693816.5698-41.6745
CIE-Lab48.739922.8030-42.5048

#706abc color RGB value is (112,106,188).

#706abc hex color red value is 112, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #706abc hue: 0.68 , saturation: 0.38 and the lightness value of 706abc is 0.58.

The process color (four color CMYK) of #706abc color hex is 0.40, 0.44, 0.00, 0.26. Web safe color of #706abc is #6666cc. Color #706abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101010 10111100
Octal 160 152 274
Decimal 112 106 188
Hex 70 6A BC

RGB Percentages of Color #706abc

%27.59
%26.11
%46.31

CMYK Percentages of Color #706abc

%40
%44
%0
%26

Triadic Colors of #706abc

#706abc #bc706a #6abc70

Analogous Colors of #706abc

#706abc #996abc #6a8dbc

Monochromatic Colors of #706abc

#706abc

Complementary Color

#706abc #b6bc6a

#706abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#706abc Color CSS Codes

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

#706abc Text Font Color

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

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


#706abc Background Color

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

This div background color is #706abc


#706abc Border Color

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

This div border color is #706abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,106,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706abc;
  -webkit-box-shadow: 1px 1px 3px 2px #706abc;
  box-shadow:         1px 1px 3px 2px #706abc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706abc


Comments

No comments written yet.

Please login to write comment.