Color Hex Logo

#7686fb Color Hex

#7686FB
(118,134,251)
0 Favorites   0 Comments

Color spaces of #7686fb

RGB 118134251
HSL0.650.940.72
HSV233°53°98°
CMYK 0.530.470.00   0.02
XYZ33.408927.866894.8848
Yxy27.86680.21390.1784
Hunter Lab52.789020.5876-69.6176
CIE-Lab59.768226.2801-60.3984

#7686fb color RGB value is (118,134,251).

#7686fb hex color red value is 118, green value is 134 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7686fb hue: 0.65 , saturation: 0.94 and the lightness value of 7686fb is 0.72.

The process color (four color CMYK) of #7686fb color hex is 0.53, 0.47, 0.00, 0.02. Web safe color of #7686fb is #6699ff. Color #7686fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 11111011
Octal 166 206 373
Decimal 118 134 251
Hex 76 86 FB

RGB Percentages of Color #7686fb

%23.46
%26.64
%49.90

CMYK Percentages of Color #7686fb

%53
%47
%0
%2

Triadic Colors of #7686fb

#7686fb #fb7686 #86fb76

Analogous Colors of #7686fb

#7686fb #a976fb #76c9fb

Monochromatic Colors of #7686fb

#7686fb

Complementary Color

#7686fb #fbeb76

#7686fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7686fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7686fb Color CSS Codes

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

#7686fb Text Font Color

<p style="color:#7686fb">Text here</p>

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


#7686fb Background Color

<div style="background-color:#7686fb">
Div content here</div>

This div background color is #7686fb


#7686fb Border Color

<div style="border:3px solid #7686fb">
Div here</div>

This div border color is #7686fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,134,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7686fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7686fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7686fb;
  box-shadow:         1px 1px 3px 2px #7686fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7686fb


Comments

No comments written yet.

Please login to write comment.