Color Hex Logo

#8664df Color Hex

#8664DF
(134,100,223)
0 Favorites   0 Comments

Color spaces of #8664df

RGB 134100223
HSL0.710.660.63
HSV257°55°87°
CMYK 0.400.550.00   0.13
XYZ27.708019.510472.1175
Yxy19.51040.23220.1635
Hunter Lab44.170634.6737-65.8836
CIE-Lab51.279141.5361-58.3388

#8664df color RGB value is (134,100,223).

#8664df hex color red value is 134, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8664df hue: 0.71 , saturation: 0.66 and the lightness value of 8664df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100100 11011111
Octal 206 144 337
Decimal 134 100 223
Hex 86 64 DF

RGB Percentages of Color #8664df

%29.32
%21.88
%48.80

CMYK Percentages of Color #8664df

%40
%55
%0
%13

Triadic Colors of #8664df

#8664df #df8664 #64df86

Analogous Colors of #8664df

#8664df #c464df #6480df

Monochromatic Colors of #8664df

#8664df

Complementary Color

#8664df #bddf64

#8664df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8664df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8664df Color CSS Codes

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

#8664df Text Font Color

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

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


#8664df Background Color

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

This div background color is #8664df


#8664df Border Color

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

This div border color is #8664df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8664df


Comments

No comments written yet.

Please login to write comment.