Color Hex Logo

#7086cf Color Hex

#7086CF
(112,134,207)
0 Favorites   0 Comments

Color spaces of #7086cf

RGB 112134207
HSL0.630.500.63
HSV226°46°81°
CMYK 0.460.350.00   0.19
XYZ26.469724.999962.4619
Yxy24.99990.23230.2194
Hunter Lab49.99996.9972-39.0675
CIE-Lab57.075311.5380-40.1892

#7086cf color RGB value is (112,134,207).

#7086cf hex color red value is 112, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7086cf hue: 0.63 , saturation: 0.50 and the lightness value of 7086cf is 0.63.

The process color (four color CMYK) of #7086cf color hex is 0.46, 0.35, 0.00, 0.19. Web safe color of #7086cf is #6699cc. Color #7086cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 11001111
Octal 160 206 317
Decimal 112 134 207
Hex 70 86 CF

RGB Percentages of Color #7086cf

%24.72
%29.58
%45.70

CMYK Percentages of Color #7086cf

%46
%35
%0
%19

Triadic Colors of #7086cf

#7086cf #cf7086 #86cf70

Analogous Colors of #7086cf

#7086cf #8a70cf #70b6cf

Monochromatic Colors of #7086cf

#7086cf

Complementary Color

#7086cf #cfb970

#7086cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7086cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7086cf Color CSS Codes

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

#7086cf Text Font Color

<p style="color:#7086cf">Text here</p>

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


#7086cf Background Color

<div style="background-color:#7086cf">
Div content here</div>

This div background color is #7086cf


#7086cf Border Color

<div style="border:3px solid #7086cf">
Div here</div>

This div border color is #7086cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,134,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7086cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7086cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7086cf;
  box-shadow:         1px 1px 3px 2px #7086cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,134,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7086cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7086cf


Comments

No comments written yet.

Please login to write comment.