Color Hex Logo

#7074dc Color Hex

#7074DC
(112,116,220)
0 Favorites   0 Comments

Color spaces of #7074dc

RGB 112116220
HSL0.660.610.65
HSV238°49°86°
CMYK 0.490.470.00   0.14
XYZ25.845821.102870.4212
Yxy21.10280.22020.1798
Hunter Lab45.937820.0377-58.7333
CIE-Lab53.061826.2517-53.8874

#7074dc color RGB value is (112,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110100 11011100
Octal 160 164 334
Decimal 112 116 220
Hex 70 74 DC

RGB Percentages of Color #7074dc

%25.00
%25.89
%49.11

CMYK Percentages of Color #7074dc

%49
%47
%0
%14

Triadic Colors of #7074dc

#7074dc #dc7074 #74dc70

Analogous Colors of #7074dc

#7074dc #a270dc #70aadc

Monochromatic Colors of #7074dc

#7074dc

Complementary Color

#7074dc #dcd870

#7074dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7074dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7074dc Color CSS Codes

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

#7074dc Text Font Color

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

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


#7074dc Background Color

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

This div background color is #7074dc


#7074dc Border Color

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

This div border color is #7074dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7074dc


Comments

No comments written yet.

Please login to write comment.