Color Hex Logo

#8606cd Color Hex

#8606CD
(134,6,205)
0 Favorites   0 Comments

Color spaces of #8606cd

RGB 1346205
HSL0.770.940.41
HSV279°97°80°
CMYK 0.350.970.00   0.20
XYZ20.91619.606458.5094
Yxy9.60640.23490.1079
Hunter Lab30.994266.2190-90.2290
CIE-Lab37.126572.8745-71.0018

#8606cd color RGB value is (134,6,205).

#8606cd hex color red value is 134, green value is 6 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8606cd hue: 0.77 , saturation: 0.94 and the lightness value of 8606cd is 0.41.

The process color (four color CMYK) of #8606cd color hex is 0.35, 0.97, 0.00, 0.20. Web safe color of #8606cd is #9900cc. Color #8606cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000110 11001101
Octal 206 6 315
Decimal 134 6 205
Hex 86 6 CD

RGB Percentages of Color #8606cd

%38.84
%1.74
%59.42

CMYK Percentages of Color #8606cd

%35
%97
%0
%20

Triadic Colors of #8606cd

#8606cd #cd8606 #06cd86

Analogous Colors of #8606cd

#8606cd #cd06b1 #2306cd

Monochromatic Colors of #8606cd

#8606cd

Complementary Color

#8606cd #4dcd06

#8606cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8606cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8606cd Color CSS Codes

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

#8606cd Text Font Color

<p style="color:#8606cd">Text here</p>

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


#8606cd Background Color

<div style="background-color:#8606cd">
Div content here</div>

This div background color is #8606cd


#8606cd Border Color

<div style="border:3px solid #8606cd">
Div here</div>

This div border color is #8606cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,6,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8606cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8606cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8606cd;
  box-shadow:         1px 1px 3px 2px #8606cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8606cd


Comments

No comments written yet.

Please login to write comment.