Color Hex Logo

#7091cc Color Hex

#7091CC
(112,145,204)
0 Favorites   0 Comments

Color spaces of #7091cc

RGB 112145204
HSL0.610.470.62
HSV218°45°80°
CMYK 0.450.290.00   0.20
XYZ27.706628.055261.0816
Yxy28.05520.23710.2401
Hunter Lab52.96720.6791-31.2961
CIE-Lab59.93864.2051-34.0193

#7091cc color RGB value is (112,145,204).

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

The process color (four color CMYK) of #7091cc color hex is 0.45, 0.29, 0.00, 0.20. Web safe color of #7091cc is #6699cc. Color #7091cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010001 11001100
Octal 160 221 314
Decimal 112 145 204
Hex 70 91 CC

RGB Percentages of Color #7091cc

%24.30
%31.45
%44.25

CMYK Percentages of Color #7091cc

%45
%29
%0
%20

Triadic Colors of #7091cc

#7091cc #cc7091 #91cc70

Analogous Colors of #7091cc

#7091cc #7d70cc #70bfcc

Monochromatic Colors of #7091cc

#7091cc

Complementary Color

#7091cc #ccab70

#7091cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7091cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7091cc Color CSS Codes

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

#7091cc Text Font Color

<p style="color:#7091cc">Text here</p>

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


#7091cc Background Color

<div style="background-color:#7091cc">
Div content here</div>

This div background color is #7091cc


#7091cc Border Color

<div style="border:3px solid #7091cc">
Div here</div>

This div border color is #7091cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7091cc


Comments

No comments written yet.

Please login to write comment.