Color Hex Logo

#8839bd Color Hex

#8839BD
(136,57,189)
0 Favorites   0 Comments

Color spaces of #8839bd

RGB 13657189
HSL0.770.540.48
HSV276°70°74°
CMYK 0.280.700.00   0.26
XYZ20.801811.834649.3320
Yxy11.83460.25380.1444
Hunter Lab34.401547.7325-60.9414
CIE-Lab40.952055.8345-55.4169

#8839bd color RGB value is (136,57,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111001 10111101
Octal 210 71 275
Decimal 136 57 189
Hex 88 39 BD

RGB Percentages of Color #8839bd

%35.60
%14.92
%49.48

CMYK Percentages of Color #8839bd

%28
%70
%0
%26

Triadic Colors of #8839bd

#8839bd #bd8839 #39bd88

Analogous Colors of #8839bd

#8839bd #bd39b0 #4639bd

Monochromatic Colors of #8839bd

#8839bd

Complementary Color

#8839bd #6ebd39

#8839bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8839bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8839bd Color CSS Codes

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

#8839bd Text Font Color

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

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


#8839bd Background Color

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

This div background color is #8839bd


#8839bd Border Color

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

This div border color is #8839bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #8839bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8839bd


Comments

No comments written yet.

Please login to write comment.