Color Hex Logo

#706adf Color Hex

#706ADF
(112,106,223)
0 Favorites   0 Comments

Color spaces of #706adf

RGB 112106223
HSL0.680.650.65
HSV243°52°87°
CMYK 0.500.520.00   0.13
XYZ25.155419.080572.1691
Yxy19.08050.21610.1639
Hunter Lab43.681226.3535-67.3807
CIE-Lab50.781333.1714-59.2387

#706adf color RGB value is (112,106,223).

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

The process color (four color CMYK) of #706adf color hex is 0.50, 0.52, 0.00, 0.13. Web safe color of #706adf is #6666cc. Color #706adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101010 11011111
Octal 160 152 337
Decimal 112 106 223
Hex 70 6A DF

RGB Percentages of Color #706adf

%25.40
%24.04
%50.57

CMYK Percentages of Color #706adf

%50
%52
%0
%13

Triadic Colors of #706adf

#706adf #df706a #6adf70

Analogous Colors of #706adf

#706adf #ab6adf #6a9fdf

Monochromatic Colors of #706adf

#706adf

Complementary Color

#706adf #d9df6a

#706adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#706adf Color CSS Codes

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

#706adf Text Font Color

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

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


#706adf Background Color

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

This div background color is #706adf


#706adf Border Color

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

This div border color is #706adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706adf


Comments

No comments written yet.

Please login to write comment.