Color Hex Logo

#7096dc Color Hex

#7096DC
(112,150,220)
0 Favorites   0 Comments

Color spaces of #7096dc

RGB 112150220
HSL0.610.610.65
HSV219°49°86°
CMYK 0.490.320.00   0.14
XYZ30.506730.424771.9748
Yxy30.42470.22950.2289
Hunter Lab55.15862.1959-38.7547
CIE-Lab62.01896.0498-39.7068

#7096dc color RGB value is (112,150,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010110 11011100
Octal 160 226 334
Decimal 112 150 220
Hex 70 96 DC

RGB Percentages of Color #7096dc

%23.24
%31.12
%45.64

CMYK Percentages of Color #7096dc

%49
%32
%0
%14

Triadic Colors of #7096dc

#7096dc #dc7096 #96dc70

Analogous Colors of #7096dc

#7096dc #8070dc #70ccdc

Monochromatic Colors of #7096dc

#7096dc

Complementary Color

#7096dc #dcb670

#7096dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7096dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7096dc Color CSS Codes

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

#7096dc Text Font Color

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

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


#7096dc Background Color

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

This div background color is #7096dc


#7096dc Border Color

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

This div border color is #7096dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7096dc


Comments

No comments written yet.

Please login to write comment.