Color Hex Logo

#706bdb Color Hex

#706BDB
(112,107,219)
0 Favorites   0 Comments

Color spaces of #706bdb

RGB 112107219
HSL0.670.610.64
HSV243°51°86°
CMYK 0.490.510.00   0.14
XYZ24.726019.074669.3964
Yxy19.07460.21840.1685
Hunter Lab43.674524.6262-63.6365
CIE-Lab50.774431.3640-56.9882

#706bdb color RGB value is (112,107,219).

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

The process color (four color CMYK) of #706bdb color hex is 0.49, 0.51, 0.00, 0.14. Web safe color of #706bdb is #6666cc. Color #706bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101011 11011011
Octal 160 153 333
Decimal 112 107 219
Hex 70 6B DB

RGB Percentages of Color #706bdb

%25.57
%24.43
%50.00

CMYK Percentages of Color #706bdb

%49
%51
%0
%14

Triadic Colors of #706bdb

#706bdb #db706b #6bdb70

Analogous Colors of #706bdb

#706bdb #a86bdb #6b9edb

Monochromatic Colors of #706bdb

#706bdb

Complementary Color

#706bdb #d6db6b

#706bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#706bdb Color CSS Codes

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

#706bdb Text Font Color

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

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


#706bdb Background Color

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

This div background color is #706bdb


#706bdb Border Color

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

This div border color is #706bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706bdb


Comments

No comments written yet.

Please login to write comment.