Color Hex Logo

#8659dd Color Hex

#8659DD
(134,89,221)
0 Favorites   0 Comments

Color spaces of #8659dd

RGB 13489221
HSL0.720.660.61
HSV260°60°87°
CMYK 0.390.600.00   0.13
XYZ26.455017.433570.3773
Yxy17.43350.23150.1526
Hunter Lab41.753440.0292-70.7085
CIE-Lab48.801747.1398-61.1965

#8659dd color RGB value is (134,89,221).

#8659dd hex color red value is 134, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8659dd hue: 0.72 , saturation: 0.66 and the lightness value of 8659dd is 0.61.

The process color (four color CMYK) of #8659dd color hex is 0.39, 0.60, 0.00, 0.13. Web safe color of #8659dd is #9966cc. Color #8659dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011001 11011101
Octal 206 131 335
Decimal 134 89 221
Hex 86 59 DD

RGB Percentages of Color #8659dd

%30.18
%20.05
%49.77

CMYK Percentages of Color #8659dd

%39
%60
%0
%13

Triadic Colors of #8659dd

#8659dd #dd8659 #59dd86

Analogous Colors of #8659dd

#8659dd #c859dd #596edd

Monochromatic Colors of #8659dd

#8659dd

Complementary Color

#8659dd #b0dd59

#8659dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8659dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8659dd Color CSS Codes

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

#8659dd Text Font Color

<p style="color:#8659dd">Text here</p>

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


#8659dd Background Color

<div style="background-color:#8659dd">
Div content here</div>

This div background color is #8659dd


#8659dd Border Color

<div style="border:3px solid #8659dd">
Div here</div>

This div border color is #8659dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,89,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8659dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8659dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8659dd;
  box-shadow:         1px 1px 3px 2px #8659dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8659dd


Comments

No comments written yet.

Please login to write comment.