Color Hex Logo

#706cbb Color Hex

#706CBB
(112,108,187)
0 Favorites   0 Comments

Color spaces of #706cbb

RGB 112108187
HSL0.680.370.58
HSV243°42°73°
CMYK 0.400.420.00   0.27
XYZ21.014317.757749.3337
Yxy17.75770.23850.2015
Hunter Lab42.139915.2695-39.9136
CIE-Lab49.200921.3016-41.1964

#706cbb color RGB value is (112,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101100 10111011
Octal 160 154 273
Decimal 112 108 187
Hex 70 6C BB

RGB Percentages of Color #706cbb

%27.52
%26.54
%45.95

CMYK Percentages of Color #706cbb

%40
%42
%0
%27

Triadic Colors of #706cbb

#706cbb #bb706c #6cbb70

Analogous Colors of #706cbb

#706cbb #986cbb #6c90bb

Monochromatic Colors of #706cbb

#706cbb

Complementary Color

#706cbb #b7bb6c

#706cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#706cbb Color CSS Codes

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

#706cbb Text Font Color

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

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


#706cbb Background Color

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

This div background color is #706cbb


#706cbb Border Color

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

This div border color is #706cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706cbb


Comments

No comments written yet.

Please login to write comment.