Color Hex Logo

#706ebc Color Hex

#706EBC
(112,110,188)
0 Favorites   0 Comments

Color spaces of #706ebc

RGB 112110188
HSL0.670.370.58
HSV242°41°74°
CMYK 0.400.410.00   0.26
XYZ21.335118.227449.9707
Yxy18.22740.23830.2036
Hunter Lab42.693614.4874-39.5105
CIE-Lab49.770820.3760-40.8722

#706ebc color RGB value is (112,110,188).

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

The process color (four color CMYK) of #706ebc color hex is 0.40, 0.41, 0.00, 0.26. Web safe color of #706ebc is #6666cc. Color #706ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101110 10111100
Octal 160 156 274
Decimal 112 110 188
Hex 70 6E BC

RGB Percentages of Color #706ebc

%27.32
%26.83
%45.85

CMYK Percentages of Color #706ebc

%40
%41
%0
%26

Triadic Colors of #706ebc

#706ebc #bc706e #6ebc70

Analogous Colors of #706ebc

#706ebc #976ebc #6e93bc

Monochromatic Colors of #706ebc

#706ebc

Complementary Color

#706ebc #babc6e

#706ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#706ebc Color CSS Codes

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

#706ebc Text Font Color

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

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


#706ebc Background Color

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

This div background color is #706ebc


#706ebc Border Color

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

This div border color is #706ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706ebc


Comments

No comments written yet.

Please login to write comment.