Color Hex Logo

#706ddf Color Hex

#706DDF
(112,109,223)
0 Favorites   0 Comments

Color spaces of #706ddf

RGB 112109223
HSL0.670.640.65
HSV242°51°87°
CMYK 0.500.510.00   0.13
XYZ25.470019.709772.2740
Yxy19.70970.21690.1678
Hunter Lab44.395624.7141-65.4445
CIE-Lab51.507431.3742-58.0712

#706ddf color RGB value is (112,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101101 11011111
Octal 160 155 337
Decimal 112 109 223
Hex 70 6D DF

RGB Percentages of Color #706ddf

%25.23
%24.55
%50.23

CMYK Percentages of Color #706ddf

%50
%51
%0
%13

Triadic Colors of #706ddf

#706ddf #df706d #6ddf70

Analogous Colors of #706ddf

#706ddf #a96ddf #6da3df

Monochromatic Colors of #706ddf

#706ddf

Complementary Color

#706ddf #dcdf6d

#706ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#706ddf Color CSS Codes

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

#706ddf Text Font Color

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

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


#706ddf Background Color

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

This div background color is #706ddf


#706ddf Border Color

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

This div border color is #706ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706ddf


Comments

No comments written yet.

Please login to write comment.