Color Hex Logo

#7186cc Color Hex

#7186CC
(113,134,204)
0 Favorites   0 Comments

Color spaces of #7186cc

RGB 113134204
HSL0.630.470.62
HSV226°45°80°
CMYK 0.450.340.00   0.20
XYZ26.234224.920560.5542
Yxy24.92050.23480.2231
Hunter Lab49.92046.4446-36.9753
CIE-Lab56.997910.9006-38.6134

#7186cc color RGB value is (113,134,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 11001100
Octal 161 206 314
Decimal 113 134 204
Hex 71 86 CC

RGB Percentages of Color #7186cc

%25.06
%29.71
%45.23

CMYK Percentages of Color #7186cc

%45
%34
%0
%20

Triadic Colors of #7186cc

#7186cc #cc7186 #86cc71

Analogous Colors of #7186cc

#7186cc #8a71cc #71b4cc

Monochromatic Colors of #7186cc

#7186cc

Complementary Color

#7186cc #ccb771

#7186cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7186cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7186cc Color CSS Codes

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

#7186cc Text Font Color

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

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


#7186cc Background Color

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

This div background color is #7186cc


#7186cc Border Color

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

This div border color is #7186cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7186cc


Comments

No comments written yet.

Please login to write comment.