Color Hex Logo

#706bdc Color Hex

#706BDC
(112,107,220)
0 Favorites   0 Comments

Color spaces of #706bdc

RGB 112107220
HSL0.670.620.64
HSV243°51°86°
CMYK 0.490.510.00   0.14
XYZ24.858119.127470.0919
Yxy19.12740.21790.1677
Hunter Lab43.734924.9201-64.4070
CIE-Lab50.835931.6660-57.4551

#706bdc color RGB value is (112,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101011 11011100
Octal 160 153 334
Decimal 112 107 220
Hex 70 6B DC

RGB Percentages of Color #706bdc

%25.51
%24.37
%50.11

CMYK Percentages of Color #706bdc

%49
%51
%0
%14

Triadic Colors of #706bdc

#706bdc #dc706b #6bdc70

Analogous Colors of #706bdc

#706bdc #a96bdc #6b9fdc

Monochromatic Colors of #706bdc

#706bdc

Complementary Color

#706bdc #d7dc6b

#706bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#706bdc Color CSS Codes

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

#706bdc Text Font Color

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

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


#706bdc Background Color

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

This div background color is #706bdc


#706bdc Border Color

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

This div border color is #706bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706bdc


Comments

No comments written yet.

Please login to write comment.