Color Hex Logo

#7680fb Color Hex

#7680FB
(118,128,251)
0 Favorites   0 Comments

Color spaces of #7680fb

RGB 118128251
HSL0.650.940.72
HSV235°53°98°
CMYK 0.530.490.00   0.02
XYZ32.603026.254994.6161
Yxy26.25490.21240.1711
Hunter Lab51.239523.9079-73.6140
CIE-Lab58.278229.8420-62.7868

#7680fb color RGB value is (118,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 11111011
Octal 166 200 373
Decimal 118 128 251
Hex 76 80 FB

RGB Percentages of Color #7680fb

%23.74
%25.75
%50.50

CMYK Percentages of Color #7680fb

%53
%49
%0
%2

Triadic Colors of #7680fb

#7680fb #fb7680 #80fb76

Analogous Colors of #7680fb

#7680fb #af76fb #76c3fb

Monochromatic Colors of #7680fb

#7680fb

Complementary Color

#7680fb #fbf176

#7680fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7680fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7680fb Color CSS Codes

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

#7680fb Text Font Color

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

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


#7680fb Background Color

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

This div background color is #7680fb


#7680fb Border Color

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

This div border color is #7680fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,128,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 #7680fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7680fb


Comments

No comments written yet.

Please login to write comment.