Color Hex Logo

#8c43bd Color Hex

#8C43BD
(140,67,189)
0 Favorites   0 Comments

Color spaces of #8c43bd

RGB 14067189
HSL0.770.480.50
HSV276°65°74°
CMYK 0.260.650.00   0.26
XYZ22.007713.263949.5444
Yxy13.26390.25950.1564
Hunter Lab36.419644.1298-55.1629
CIE-Lab43.158252.0386-51.8332

#8c43bd color RGB value is (140,67,189).

#8c43bd hex color red value is 140, green value is 67 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8c43bd hue: 0.77 , saturation: 0.48 and the lightness value of 8c43bd is 0.50.

The process color (four color CMYK) of #8c43bd color hex is 0.26, 0.65, 0.00, 0.26. Web safe color of #8c43bd is #9933cc. Color #8c43bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000011 10111101
Octal 214 103 275
Decimal 140 67 189
Hex 8C 43 BD

RGB Percentages of Color #8c43bd

%35.35
%16.92
%47.73

CMYK Percentages of Color #8c43bd

%26
%65
%0
%26

Triadic Colors of #8c43bd

#8c43bd #bd8c43 #43bd8c

Analogous Colors of #8c43bd

#8c43bd #bd43b1 #4f43bd

Monochromatic Colors of #8c43bd

#8c43bd

Complementary Color

#8c43bd #74bd43

#8c43bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c43bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c43bd Color CSS Codes

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

#8c43bd Text Font Color

<p style="color:#8c43bd">Text here</p>

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


#8c43bd Background Color

<div style="background-color:#8c43bd">
Div content here</div>

This div background color is #8c43bd


#8c43bd Border Color

<div style="border:3px solid #8c43bd">
Div here</div>

This div border color is #8c43bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,67,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c43bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c43bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8c43bd;
  box-shadow:         1px 1px 3px 2px #8c43bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,67,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 #8c43bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c43bd


Comments

No comments written yet.

Please login to write comment.