Color Hex Logo

#8656be Color Hex

#8656BE
(134,86,190)
0 Favorites   0 Comments

Color spaces of #8656be

RGB 13486190
HSL0.740.440.54
HSV268°55°75°
CMYK 0.290.550.00   0.25
XYZ22.453615.441650.5123
Yxy15.44160.25400.1747
Hunter Lab39.295833.2272-48.7065
CIE-Lab46.233240.8441-47.5268

#8656be color RGB value is (134,86,190).

#8656be hex color red value is 134, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8656be hue: 0.74 , saturation: 0.44 and the lightness value of 8656be is 0.54.

The process color (four color CMYK) of #8656be color hex is 0.29, 0.55, 0.00, 0.25. Web safe color of #8656be is #9966cc. Color #8656be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010110 10111110
Octal 206 126 276
Decimal 134 86 190
Hex 86 56 BE

RGB Percentages of Color #8656be

%32.68
%20.98
%46.34

CMYK Percentages of Color #8656be

%29
%55
%0
%25

Triadic Colors of #8656be

#8656be #be8656 #56be86

Analogous Colors of #8656be

#8656be #ba56be #565abe

Monochromatic Colors of #8656be

#8656be

Complementary Color

#8656be #8ebe56

#8656be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8656be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8656be Color CSS Codes

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

#8656be Text Font Color

<p style="color:#8656be">Text here</p>

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


#8656be Background Color

<div style="background-color:#8656be">
Div content here</div>

This div background color is #8656be


#8656be Border Color

<div style="border:3px solid #8656be">
Div here</div>

This div border color is #8656be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,86,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8656be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8656be;
  -webkit-box-shadow: 1px 1px 3px 2px #8656be;
  box-shadow:         1px 1px 3px 2px #8656be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8656be


Comments

No comments written yet.

Please login to write comment.