Color Hex Logo

#8c76de Color Hex

#8C76DE
(140,118,222)
0 Favorites   0 Comments

Color spaces of #8c76de

RGB 140118222
HSL0.700.610.67
HSV253°47°87°
CMYK 0.370.470.00   0.13
XYZ30.478523.806272.0959
Yxy23.80620.24120.1884
Hunter Lab48.791626.1178-53.4545
CIE-Lab55.893232.3483-50.3660

#8c76de color RGB value is (140,118,222).

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

The process color (four color CMYK) of #8c76de color hex is 0.37, 0.47, 0.00, 0.13. Web safe color of #8c76de is #9966cc. Color #8c76de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110110 11011110
Octal 214 166 336
Decimal 140 118 222
Hex 8C 76 DE

RGB Percentages of Color #8c76de

%29.17
%24.58
%46.25

CMYK Percentages of Color #8c76de

%37
%47
%0
%13

Triadic Colors of #8c76de

#8c76de #de8c76 #76de8c

Analogous Colors of #8c76de

#8c76de #c076de #7694de

Monochromatic Colors of #8c76de

#8c76de

Complementary Color

#8c76de #c8de76

#8c76de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c76de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c76de Color CSS Codes

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

#8c76de Text Font Color

<p style="color:#8c76de">Text here</p>

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


#8c76de Background Color

<div style="background-color:#8c76de">
Div content here</div>

This div background color is #8c76de


#8c76de Border Color

<div style="border:3px solid #8c76de">
Div here</div>

This div border color is #8c76de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8c76de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c76de


Comments

No comments written yet.

Please login to write comment.