Color Hex Logo

#7087cc Color Hex

#7087CC
(112,135,204)
0 Favorites   0 Comments

Color spaces of #7087cc

RGB 112135204
HSL0.630.470.62
HSV225°45°80°
CMYK 0.450.340.00   0.20
XYZ26.245125.132360.5945
Yxy25.13230.23440.2245
Hunter Lab50.13215.7169-36.5711
CIE-Lab57.204110.0568-38.2943

#7087cc color RGB value is (112,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 11001100
Octal 160 207 314
Decimal 112 135 204
Hex 70 87 CC

RGB Percentages of Color #7087cc

%24.83
%29.93
%45.23

CMYK Percentages of Color #7087cc

%45
%34
%0
%20

Triadic Colors of #7087cc

#7087cc #cc7087 #87cc70

Analogous Colors of #7087cc

#7087cc #8770cc #70b5cc

Monochromatic Colors of #7087cc

#7087cc

Complementary Color

#7087cc #ccb570

#7087cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7087cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7087cc Color CSS Codes

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

#7087cc Text Font Color

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

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


#7087cc Background Color

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

This div background color is #7087cc


#7087cc Border Color

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

This div border color is #7087cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7087cc


Comments

No comments written yet.

Please login to write comment.