Color Hex Logo

#706fdb Color Hex

#706FDB
(112,111,219)
0 Favorites   0 Comments

Color spaces of #706fdb

RGB 112111219
HSL0.670.600.65
HSV241°49°86°
CMYK 0.490.490.00   0.14
XYZ25.152719.928169.5386
Yxy19.92810.21940.1739
Hunter Lab44.640922.4534-61.1094
CIE-Lab51.755828.9592-55.4135

#706fdb color RGB value is (112,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101111 11011011
Octal 160 157 333
Decimal 112 111 219
Hex 70 6F DB

RGB Percentages of Color #706fdb

%25.34
%25.11
%49.55

CMYK Percentages of Color #706fdb

%49
%49
%0
%14

Triadic Colors of #706fdb

#706fdb #db706f #6fdb70

Analogous Colors of #706fdb

#706fdb #a66fdb #6fa4db

Monochromatic Colors of #706fdb

#706fdb

Complementary Color

#706fdb #dadb6f

#706fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#706fdb Color CSS Codes

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

#706fdb Text Font Color

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

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


#706fdb Background Color

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

This div background color is #706fdb


#706fdb Border Color

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

This div border color is #706fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,111,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 #706fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706fdb


Comments

No comments written yet.

Please login to write comment.