Color Hex Logo

#8128bd Color Hex

#8128BD
(129,40,189)
0 Favorites   0 Comments

Color spaces of #8128bd

RGB 12940189
HSL0.770.650.45
HSV276°79°74°
CMYK 0.320.790.00   0.26
XYZ18.99749.858849.0458
Yxy9.85880.24390.1266
Hunter Lab31.398753.0514-70.6337
CIE-Lab37.587861.3583-60.9196

#8128bd color RGB value is (129,40,189).

#8128bd hex color red value is 129, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8128bd hue: 0.77 , saturation: 0.65 and the lightness value of 8128bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101000 10111101
Octal 201 50 275
Decimal 129 40 189
Hex 81 28 BD

RGB Percentages of Color #8128bd

%36.03
%11.17
%52.79

CMYK Percentages of Color #8128bd

%32
%79
%0
%26

Triadic Colors of #8128bd

#8128bd #bd8128 #28bd81

Analogous Colors of #8128bd

#8128bd #bd28af #3728bd

Monochromatic Colors of #8128bd

#8128bd

Complementary Color

#8128bd #64bd28

#8128bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8128bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8128bd Color CSS Codes

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

#8128bd Text Font Color

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

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


#8128bd Background Color

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

This div background color is #8128bd


#8128bd Border Color

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

This div border color is #8128bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8128bd


Comments

No comments written yet.

Please login to write comment.