Color Hex Logo

#8681df Color Hex

#8681DF
(134,129,223)
0 Favorites   0 Comments

Color spaces of #8681df

RGB 134129223
HSL0.680.590.69
HSV243°42°87°
CMYK 0.400.420.00   0.13
XYZ31.001126.096673.2152
Yxy26.09660.23790.2003
Hunter Lab51.084818.9252-49.2155
CIE-Lab58.128624.6579-47.4093

#8681df color RGB value is (134,129,223).

#8681df hex color red value is 134, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8681df hue: 0.68 , saturation: 0.59 and the lightness value of 8681df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000001 11011111
Octal 206 201 337
Decimal 134 129 223
Hex 86 81 DF

RGB Percentages of Color #8681df

%27.57
%26.54
%45.88

CMYK Percentages of Color #8681df

%40
%42
%0
%13

Triadic Colors of #8681df

#8681df #df8681 #81df86

Analogous Colors of #8681df

#8681df #b581df #81abdf

Monochromatic Colors of #8681df

#8681df

Complementary Color

#8681df #dadf81

#8681df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8681df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8681df Color CSS Codes

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

#8681df Text Font Color

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

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


#8681df Background Color

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

This div background color is #8681df


#8681df Border Color

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

This div border color is #8681df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,129,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 #8681df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8681df


Comments

No comments written yet.

Please login to write comment.