Color Hex Logo

#706bcc Color Hex

#706BCC
(112,107,204)
0 Favorites   0 Comments

Color spaces of #706bcc

RGB 112107204
HSL0.680.490.61
HSV243°48°80°
CMYK 0.450.480.00   0.20
XYZ22.838918.319859.4591
Yxy18.31980.22700.1821
Hunter Lab42.801620.3445-52.4032
CIE-Lab49.881726.8757-49.8851

#706bcc color RGB value is (112,107,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101011 11001100
Octal 160 153 314
Decimal 112 107 204
Hex 70 6B CC

RGB Percentages of Color #706bcc

%26.48
%25.30
%48.23

CMYK Percentages of Color #706bcc

%45
%48
%0
%20

Triadic Colors of #706bcc

#706bcc #cc706b #6bcc70

Analogous Colors of #706bcc

#706bcc #a16bcc #6b97cc

Monochromatic Colors of #706bcc

#706bcc

Complementary Color

#706bcc #c7cc6b

#706bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#706bcc Color CSS Codes

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

#706bcc Text Font Color

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

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


#706bcc Background Color

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

This div background color is #706bcc


#706bcc Border Color

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

This div border color is #706bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706bcc


Comments

No comments written yet.

Please login to write comment.