Color Hex Logo

#7486ff Color Hex

#7486FF
(116,134,255)
0 Favorites   0 Comments

Color spaces of #7486ff

RGB 116134255
HSL0.651.000.73
HSV232°55°100°
CMYK 0.550.470.00   0.00
XYZ33.777627.983298.2288
Yxy27.98320.21110.1749
Hunter Lab52.899121.4038-73.0666
CIE-Lab59.873627.1193-62.4350

#7486ff color RGB value is (116,134,255).

#7486ff hex color red value is 116, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7486ff hue: 0.65 , saturation: 1.00 and the lightness value of 7486ff is 0.73.

The process color (four color CMYK) of #7486ff color hex is 0.55, 0.47, 0.00, 0.00. Web safe color of #7486ff is #6699ff. Color #7486ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 11111111
Octal 164 206 377
Decimal 116 134 255
Hex 74 86 FF

RGB Percentages of Color #7486ff

%22.97
%26.53
%50.50

CMYK Percentages of Color #7486ff

%55
%47
%0
%0

Triadic Colors of #7486ff

#7486ff #ff7486 #86ff74

Analogous Colors of #7486ff

#7486ff #a874ff #74ccff

Monochromatic Colors of #7486ff

#7486ff

Complementary Color

#7486ff #ffed74

#7486ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7486ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7486ff Color CSS Codes

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

#7486ff Text Font Color

<p style="color:#7486ff">Text here</p>

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


#7486ff Background Color

<div style="background-color:#7486ff">
Div content here</div>

This div background color is #7486ff


#7486ff Border Color

<div style="border:3px solid #7486ff">
Div here</div>

This div border color is #7486ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,134,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7486ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7486ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7486ff;
  box-shadow:         1px 1px 3px 2px #7486ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7486ff

Related Colors


Comments

No comments written yet.

Please login to write comment.