Color Hex Logo

#706edb Color Hex

#706EDB
(112,110,219)
0 Favorites   0 Comments

Color spaces of #706edb

RGB 112110219
HSL0.670.600.65
HSV241°50°86°
CMYK 0.490.500.00   0.14
XYZ25.044219.711169.5025
Yxy19.71110.21920.1725
Hunter Lab44.397222.9958-61.7387
CIE-Lab51.509029.5609-55.8093

#706edb color RGB value is (112,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101110 11011011
Octal 160 156 333
Decimal 112 110 219
Hex 70 6E DB

RGB Percentages of Color #706edb

%25.40
%24.94
%49.66

CMYK Percentages of Color #706edb

%49
%50
%0
%14

Triadic Colors of #706edb

#706edb #db706e #6edb70

Analogous Colors of #706edb

#706edb #a76edb #6ea3db

Monochromatic Colors of #706edb

#706edb

Complementary Color

#706edb #d9db6e

#706edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#706edb Color CSS Codes

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

#706edb Text Font Color

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

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


#706edb Background Color

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

This div background color is #706edb


#706edb Border Color

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

This div border color is #706edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706edb


Comments

No comments written yet.

Please login to write comment.