Color Hex Logo

#707cdc Color Hex

#707CDC
(112,124,220)
0 Favorites   0 Comments

Color spaces of #707cdc

RGB 112124220
HSL0.650.610.65
HSV233°49°86°
CMYK 0.490.440.00   0.14
XYZ26.808023.027470.7419
Yxy23.02740.22230.1910
Hunter Lab47.986915.7425-53.8141
CIE-Lab55.100521.4351-50.6345

#707cdc color RGB value is (112,124,220).

#707cdc hex color red value is 112, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #707cdc hue: 0.65 , saturation: 0.61 and the lightness value of 707cdc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 11011100
Octal 160 174 334
Decimal 112 124 220
Hex 70 7C DC

RGB Percentages of Color #707cdc

%24.56
%27.19
%48.25

CMYK Percentages of Color #707cdc

%49
%44
%0
%14

Triadic Colors of #707cdc

#707cdc #dc707c #7cdc70

Analogous Colors of #707cdc

#707cdc #9a70dc #70b2dc

Monochromatic Colors of #707cdc

#707cdc

Complementary Color

#707cdc #dcd070

#707cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cdc Color CSS Codes

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

#707cdc Text Font Color

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

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


#707cdc Background Color

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

This div background color is #707cdc


#707cdc Border Color

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

This div border color is #707cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cdc


Comments

No comments written yet.

Please login to write comment.