Color Hex Logo

#8639bd Color Hex

#8639BD
(134,57,189)
0 Favorites   0 Comments

Color spaces of #8639bd

RGB 13457189
HSL0.760.540.48
HSV275°70°74°
CMYK 0.290.700.00   0.26
XYZ20.480011.668749.3170
Yxy11.66870.25140.1432
Hunter Lab34.159547.2389-61.6870
CIE-Lab40.684755.4251-55.8623

#8639bd color RGB value is (134,57,189).

#8639bd hex color red value is 134, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8639bd hue: 0.76 , saturation: 0.54 and the lightness value of 8639bd is 0.48.

The process color (four color CMYK) of #8639bd color hex is 0.29, 0.70, 0.00, 0.26. Web safe color of #8639bd is #9933cc. Color #8639bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111001 10111101
Octal 206 71 275
Decimal 134 57 189
Hex 86 39 BD

RGB Percentages of Color #8639bd

%35.26
%15.00
%49.74

CMYK Percentages of Color #8639bd

%29
%70
%0
%26

Triadic Colors of #8639bd

#8639bd #bd8639 #39bd86

Analogous Colors of #8639bd

#8639bd #bd39b2 #4439bd

Monochromatic Colors of #8639bd

#8639bd

Complementary Color

#8639bd #70bd39

#8639bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8639bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8639bd Color CSS Codes

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

#8639bd Text Font Color

<p style="color:#8639bd">Text here</p>

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


#8639bd Background Color

<div style="background-color:#8639bd">
Div content here</div>

This div background color is #8639bd


#8639bd Border Color

<div style="border:3px solid #8639bd">
Div here</div>

This div border color is #8639bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,57,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8639bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8639bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8639bd;
  box-shadow:         1px 1px 3px 2px #8639bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8639bd


Comments

No comments written yet.

Please login to write comment.