Color Hex Logo

#707ccc Color Hex

#707CCC
(112,124,204)
0 Favorites   0 Comments

Color spaces of #707ccc

RGB 112124204
HSL0.640.470.62
HSV232°45°80°
CMYK 0.450.390.00   0.20
XYZ24.788822.219760.1091
Yxy22.21970.23140.2074
Hunter Lab47.137811.3784-42.6089
CIE-Lab54.259316.6125-42.9310

#707ccc color RGB value is (112,124,204).

#707ccc hex color red value is 112, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #707ccc hue: 0.64 , saturation: 0.47 and the lightness value of 707ccc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 11001100
Octal 160 174 314
Decimal 112 124 204
Hex 70 7C CC

RGB Percentages of Color #707ccc

%25.45
%28.18
%46.36

CMYK Percentages of Color #707ccc

%45
%39
%0
%20

Triadic Colors of #707ccc

#707ccc #cc707c #7ccc70

Analogous Colors of #707ccc

#707ccc #9270cc #70aacc

Monochromatic Colors of #707ccc

#707ccc

Complementary Color

#707ccc #ccc070

#707ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707ccc Color CSS Codes

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

#707ccc Text Font Color

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

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


#707ccc Background Color

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

This div background color is #707ccc


#707ccc Border Color

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

This div border color is #707ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707ccc


Comments

No comments written yet.

Please login to write comment.