Color Hex Logo

#706af3 Color Hex

#706AF3
(112,106,243)
0 Favorites   0 Comments

Color spaces of #706af3

RGB 112106243
HSL0.670.850.68
HSV243°56°95°
CMYK 0.540.560.00   0.05
XYZ28.013820.223987.2211
Yxy20.22390.20680.1493
Hunter Lab44.971032.4939-83.5131
CIE-Lab52.089439.2584-68.3495

#706af3 color RGB value is (112,106,243).

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

The process color (four color CMYK) of #706af3 color hex is 0.54, 0.56, 0.00, 0.05. Web safe color of #706af3 is #6666ff. Color #706af3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101010 11110011
Octal 160 152 363
Decimal 112 106 243
Hex 70 6A F3

RGB Percentages of Color #706af3

%24.30
%22.99
%52.71

CMYK Percentages of Color #706af3

%54
%56
%0
%5

Triadic Colors of #706af3

#706af3 #f3706a #6af370

Analogous Colors of #706af3

#706af3 #b56af3 #6aa9f3

Monochromatic Colors of #706af3

#706af3

Complementary Color

#706af3 #edf36a

#706af3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706af3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706af3 Color CSS Codes

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

#706af3 Text Font Color

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

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


#706af3 Background Color

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

This div background color is #706af3


#706af3 Border Color

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

This div border color is #706af3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706af3


Comments

No comments written yet.

Please login to write comment.