Color Hex Logo

#8876ea Color Hex

#8876EA
(136,118,234)
0 Favorites   0 Comments

Color spaces of #8876ea

RGB 136118234
HSL0.690.730.69
HSV249°50°92°
CMYK 0.420.500.00   0.08
XYZ31.483124.131680.8404
Yxy24.13160.23070.1768
Hunter Lab49.123928.4322-63.1834
CIE-Lab56.219334.6623-56.5844

#8876ea color RGB value is (136,118,234).

#8876ea hex color red value is 136, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8876ea hue: 0.69 , saturation: 0.73 and the lightness value of 8876ea is 0.69.

The process color (four color CMYK) of #8876ea color hex is 0.42, 0.50, 0.00, 0.08. Web safe color of #8876ea is #9966ff. Color #8876ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110110 11101010
Octal 210 166 352
Decimal 136 118 234
Hex 88 76 EA

RGB Percentages of Color #8876ea

%27.87
%24.18
%47.95

CMYK Percentages of Color #8876ea

%42
%50
%0
%8

Triadic Colors of #8876ea

#8876ea #ea8876 #76ea88

Analogous Colors of #8876ea

#8876ea #c276ea #769eea

Monochromatic Colors of #8876ea

#8876ea

Complementary Color

#8876ea #d8ea76

#8876ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8876ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8876ea Color CSS Codes

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

#8876ea Text Font Color

<p style="color:#8876ea">Text here</p>

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


#8876ea Background Color

<div style="background-color:#8876ea">
Div content here</div>

This div background color is #8876ea


#8876ea Border Color

<div style="border:3px solid #8876ea">
Div here</div>

This div border color is #8876ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,118,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8876ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8876ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8876ea;
  box-shadow:         1px 1px 3px 2px #8876ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8876ea


Comments

No comments written yet.

Please login to write comment.