Color Hex Logo

#706fef Color Hex

#706FEF
(112,111,239)
0 Favorites   0 Comments

Color spaces of #706fef

RGB 112111239
HSL0.670.800.69
HSV240°54°94°
CMYK 0.530.540.00   0.06
XYZ27.946521.045684.2506
Yxy21.04560.20970.1579
Hunter Lab45.875528.4568-76.7736
CIE-Lab52.999435.0696-64.6475

#706fef color RGB value is (112,111,239).

#706fef hex color red value is 112, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #706fef hue: 0.67 , saturation: 0.80 and the lightness value of 706fef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101111 11101111
Octal 160 157 357
Decimal 112 111 239
Hex 70 6F EF

RGB Percentages of Color #706fef

%24.24
%24.03
%51.73

CMYK Percentages of Color #706fef

%53
%54
%0
%6

Triadic Colors of #706fef

#706fef #ef706f #6fef70

Analogous Colors of #706fef

#706fef #b06fef #6faeef

Monochromatic Colors of #706fef

#706fef

Complementary Color

#706fef #eeef6f

#706fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#706fef Color CSS Codes

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

#706fef Text Font Color

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

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


#706fef Background Color

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

This div background color is #706fef


#706fef Border Color

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

This div border color is #706fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706fef


Comments

No comments written yet.

Please login to write comment.