Color Hex Logo

#706bde Color Hex

#706BDE
(112,107,222)
0 Favorites   0 Comments

Color spaces of #706bde

RGB 112107222
HSL0.670.640.65
HSV243°52°87°
CMYK 0.500.520.00   0.13
XYZ25.124619.234171.4956
Yxy19.23410.21690.1660
Hunter Lab43.856725.5098-65.9554
CIE-Lab50.960032.2700-58.3864

#706bde color RGB value is (112,107,222).

#706bde hex color red value is 112, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #706bde hue: 0.67 , saturation: 0.64 and the lightness value of 706bde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101011 11011110
Octal 160 153 336
Decimal 112 107 222
Hex 70 6B DE

RGB Percentages of Color #706bde

%25.40
%24.26
%50.34

CMYK Percentages of Color #706bde

%50
%52
%0
%13

Triadic Colors of #706bde

#706bde #de706b #6bde70

Analogous Colors of #706bde

#706bde #aa6bde #6ba0de

Monochromatic Colors of #706bde

#706bde

Complementary Color

#706bde #d9de6b

#706bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#706bde Color CSS Codes

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

#706bde Text Font Color

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

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


#706bde Background Color

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

This div background color is #706bde


#706bde Border Color

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

This div border color is #706bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706bde


Comments

No comments written yet.

Please login to write comment.