Color Hex Logo

#7680cf Color Hex

#7680CF
(118,128,207)
0 Favorites   0 Comments

Color spaces of #7680cf

RGB 118128207
HSL0.650.480.64
HSV233°43°81°
CMYK 0.430.380.00   0.19
XYZ26.452923.794962.2301
Yxy23.79490.23520.2116
Hunter Lab48.780011.4337-41.4920
CIE-Lab55.881916.6131-42.0411

#7680cf color RGB value is (118,128,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 11001111
Octal 166 200 317
Decimal 118 128 207
Hex 76 80 CF

RGB Percentages of Color #7680cf

%26.05
%28.26
%45.70

CMYK Percentages of Color #7680cf

%43
%38
%0
%19

Triadic Colors of #7680cf

#7680cf #cf7680 #80cf76

Analogous Colors of #7680cf

#7680cf #9976cf #76adcf

Monochromatic Colors of #7680cf

#7680cf

Complementary Color

#7680cf #cfc576

#7680cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7680cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7680cf Color CSS Codes

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

#7680cf Text Font Color

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

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


#7680cf Background Color

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

This div background color is #7680cf


#7680cf Border Color

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

This div border color is #7680cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7680cf


Comments

No comments written yet.

Please login to write comment.