Color Hex Logo

#7077dc Color Hex

#7077DC
(112,119,220)
0 Favorites   0 Comments

Color spaces of #7077dc

RGB 112119220
HSL0.660.610.65
HSV236°49°86°
CMYK 0.490.460.00   0.14
XYZ26.197221.805770.5383
Yxy21.80570.22100.1840
Hunter Lab46.696618.4211-56.8739
CIE-Lab53.820224.4442-52.6756

#7077dc color RGB value is (112,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 11011100
Octal 160 167 334
Decimal 112 119 220
Hex 70 77 DC

RGB Percentages of Color #7077dc

%24.83
%26.39
%48.78

CMYK Percentages of Color #7077dc

%49
%46
%0
%14

Triadic Colors of #7077dc

#7077dc #dc7077 #77dc70

Analogous Colors of #7077dc

#7077dc #9f70dc #70addc

Monochromatic Colors of #7077dc

#7077dc

Complementary Color

#7077dc #dcd570

#7077dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7077dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7077dc Color CSS Codes

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

#7077dc Text Font Color

<p style="color:#7077dc">Text here</p>

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


#7077dc Background Color

<div style="background-color:#7077dc">
Div content here</div>

This div background color is #7077dc


#7077dc Border Color

<div style="border:3px solid #7077dc">
Div here</div>

This div border color is #7077dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7077dc


Comments

No comments written yet.

Please login to write comment.