Color Hex Logo

#7486be Color Hex

#7486BE
(116,134,190)
0 Favorites   0 Comments

Color spaces of #7486be

RGB 116134190
HSL0.630.360.60
HSV225°39°75°
CMYK 0.390.290.00   0.25
XYZ25.021824.480952.1217
Yxy24.48090.24620.2409
Hunter Lab49.47823.6831-27.8230
CIE-Lab56.56617.6674-31.3386

#7486be color RGB value is (116,134,190).

#7486be hex color red value is 116, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7486be hue: 0.63 , saturation: 0.36 and the lightness value of 7486be is 0.60.

The process color (four color CMYK) of #7486be color hex is 0.39, 0.29, 0.00, 0.25. Web safe color of #7486be is #6699cc. Color #7486be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 10111110
Octal 164 206 276
Decimal 116 134 190
Hex 74 86 BE

RGB Percentages of Color #7486be

%26.36
%30.45
%43.18

CMYK Percentages of Color #7486be

%39
%29
%0
%25

Triadic Colors of #7486be

#7486be #be7486 #86be74

Analogous Colors of #7486be

#7486be #8774be #74abbe

Monochromatic Colors of #7486be

#7486be

Complementary Color

#7486be #beac74

#7486be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7486be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7486be Color CSS Codes

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

#7486be Text Font Color

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

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


#7486be Background Color

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

This div background color is #7486be


#7486be Border Color

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

This div border color is #7486be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7486be


Comments

No comments written yet.

Please login to write comment.