Color Hex Logo

#8886df Color Hex

#8886DF
(136,134,223)
0 Favorites   0 Comments

Color spaces of #8886df

RGB 136134223
HSL0.670.580.70
HSV241°40°87°
CMYK 0.390.400.00   0.13
XYZ31.997727.612173.4553
Yxy27.61210.24050.2075
Hunter Lab52.547216.7368-46.0979
CIE-Lab59.536722.2381-45.1730

#8886df color RGB value is (136,134,223).

#8886df hex color red value is 136, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8886df hue: 0.67 , saturation: 0.58 and the lightness value of 8886df is 0.70.

The process color (four color CMYK) of #8886df color hex is 0.39, 0.40, 0.00, 0.13. Web safe color of #8886df is #9999cc. Color #8886df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000110 11011111
Octal 210 206 337
Decimal 136 134 223
Hex 88 86 DF

RGB Percentages of Color #8886df

%27.59
%27.18
%45.23

CMYK Percentages of Color #8886df

%39
%40
%0
%13

Triadic Colors of #8886df

#8886df #df8886 #86df88

Analogous Colors of #8886df

#8886df #b586df #86b1df

Monochromatic Colors of #8886df

#8886df

Complementary Color

#8886df #dddf86

#8886df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8886df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8886df Color CSS Codes

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

#8886df Text Font Color

<p style="color:#8886df">Text here</p>

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


#8886df Background Color

<div style="background-color:#8886df">
Div content here</div>

This div background color is #8886df


#8886df Border Color

<div style="border:3px solid #8886df">
Div here</div>

This div border color is #8886df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,134,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8886df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8886df;
  -webkit-box-shadow: 1px 1px 3px 2px #8886df;
  box-shadow:         1px 1px 3px 2px #8886df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8886df


Comments

No comments written yet.

Please login to write comment.