Color Hex Logo

#706cdf Color Hex

#706CDF
(112,108,223)
0 Favorites   0 Comments

Color spaces of #706cdf

RGB 112108223
HSL0.670.640.65
HSV242°52°87°
CMYK 0.500.520.00   0.13
XYZ25.363919.497672.2386
Yxy19.49760.21660.1665
Hunter Lab44.156125.2599-66.0882
CIE-Lab51.264431.9735-58.4617

#706cdf color RGB value is (112,108,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101100 11011111
Octal 160 154 337
Decimal 112 108 223
Hex 70 6C DF

RGB Percentages of Color #706cdf

%25.28
%24.38
%50.34

CMYK Percentages of Color #706cdf

%50
%52
%0
%13

Triadic Colors of #706cdf

#706cdf #df706c #6cdf70

Analogous Colors of #706cdf

#706cdf #aa6cdf #6ca2df

Monochromatic Colors of #706cdf

#706cdf

Complementary Color

#706cdf #dbdf6c

#706cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#706cdf Color CSS Codes

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

#706cdf Text Font Color

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

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


#706cdf Background Color

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

This div background color is #706cdf


#706cdf Border Color

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

This div border color is #706cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706cdf


Comments

No comments written yet.

Please login to write comment.