Color Hex Logo

#706ccc Color Hex

#706CCC
(112,108,204)
0 Favorites   0 Comments

Color spaces of #706ccc

RGB 112108204
HSL0.670.480.61
HSV243°47°80°
CMYK 0.450.470.00   0.20
XYZ22.943718.529559.4940
Yxy18.52950.22720.1835
Hunter Lab43.045919.8111-51.8129
CIE-Lab50.132126.2710-49.4853

#706ccc color RGB value is (112,108,204).

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

The process color (four color CMYK) of #706ccc color hex is 0.45, 0.47, 0.00, 0.20. Web safe color of #706ccc is #6666cc. Color #706ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101100 11001100
Octal 160 154 314
Decimal 112 108 204
Hex 70 6C CC

RGB Percentages of Color #706ccc

%26.42
%25.47
%48.11

CMYK Percentages of Color #706ccc

%45
%47
%0
%20

Triadic Colors of #706ccc

#706ccc #cc706c #6ccc70

Analogous Colors of #706ccc

#706ccc #a06ccc #6c98cc

Monochromatic Colors of #706ccc

#706ccc

Complementary Color

#706ccc #c8cc6c

#706ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#706ccc Color CSS Codes

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

#706ccc Text Font Color

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

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


#706ccc Background Color

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

This div background color is #706ccc


#706ccc Border Color

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

This div border color is #706ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706ccc


Comments

No comments written yet.

Please login to write comment.