Color Hex Logo

#7676de Color Hex

#7676DE
(118,118,222)
0 Favorites   0 Comments

Color spaces of #7676de

RGB 118118222
HSL0.670.610.67
HSV240°47°87°
CMYK 0.470.470.00   0.13
XYZ27.134522.082371.9394
Yxy22.08230.22400.1823
Hunter Lab46.991820.8357-57.8723
CIE-Lab54.114227.0123-53.3070

#7676de color RGB value is (118,118,222).

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

The process color (four color CMYK) of #7676de color hex is 0.47, 0.47, 0.00, 0.13. Web safe color of #7676de is #6666cc. Color #7676de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 11011110
Octal 166 166 336
Decimal 118 118 222
Hex 76 76 DE

RGB Percentages of Color #7676de

%25.76
%25.76
%48.47

CMYK Percentages of Color #7676de

%47
%47
%0
%13

Triadic Colors of #7676de

#7676de #de7676 #76de76

Analogous Colors of #7676de

#7676de #aa76de #76aade

Monochromatic Colors of #7676de

#7676de

Complementary Color

#7676de #dede76

#7676de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7676de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7676de Color CSS Codes

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

#7676de Text Font Color

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

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


#7676de Background Color

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

This div background color is #7676de


#7676de Border Color

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

This div border color is #7676de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7676de


Comments

No comments written yet.

Please login to write comment.