Color Hex Logo

#7676dc Color Hex

#7676DC
(118,118,220)
0 Favorites   0 Comments

Color spaces of #7676dc

RGB 118118220
HSL0.670.590.66
HSV240°46°86°
CMYK 0.460.460.00   0.14
XYZ26.867921.975770.5358
Yxy21.97570.22510.1841
Hunter Lab46.878220.2689-56.3965
CIE-Lab54.001226.4176-52.3615

#7676dc color RGB value is (118,118,220).

#7676dc hex color red value is 118, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7676dc hue: 0.67 , saturation: 0.59 and the lightness value of 7676dc is 0.66.

The process color (four color CMYK) of #7676dc color hex is 0.46, 0.46, 0.00, 0.14. Web safe color of #7676dc is #6666cc. Color #7676dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 11011100
Octal 166 166 334
Decimal 118 118 220
Hex 76 76 DC

RGB Percentages of Color #7676dc

%25.88
%25.88
%48.25

CMYK Percentages of Color #7676dc

%46
%46
%0
%14

Triadic Colors of #7676dc

#7676dc #dc7676 #76dc76

Analogous Colors of #7676dc

#7676dc #a976dc #76a9dc

Monochromatic Colors of #7676dc

#7676dc

Complementary Color

#7676dc #dcdc76

#7676dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7676dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7676dc Color CSS Codes

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

#7676dc Text Font Color

<p style="color:#7676dc">Text here</p>

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


#7676dc Background Color

<div style="background-color:#7676dc">
Div content here</div>

This div background color is #7676dc


#7676dc Border Color

<div style="border:3px solid #7676dc">
Div here</div>

This div border color is #7676dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,118,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7676dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7676dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7676dc;
  box-shadow:         1px 1px 3px 2px #7676dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7676dc


Comments

No comments written yet.

Please login to write comment.