Color Hex Logo

#8426bd Color Hex

#8426BD
(132,38,189)
0 Favorites   0 Comments

Color spaces of #8426bd

RGB 13238189
HSL0.770.670.45
HSV277°80°74°
CMYK 0.300.800.00   0.26
XYZ19.39419.965949.0455
Yxy9.96590.24740.1271
Hunter Lab31.568854.4149-70.0151
CIE-Lab37.781262.5458-60.5859

#8426bd color RGB value is (132,38,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 10111101
Octal 204 46 275
Decimal 132 38 189
Hex 84 26 BD

RGB Percentages of Color #8426bd

%36.77
%10.58
%52.65

CMYK Percentages of Color #8426bd

%30
%80
%0
%26

Triadic Colors of #8426bd

#8426bd #bd8426 #26bd84

Analogous Colors of #8426bd

#8426bd #bd26ab #3926bd

Monochromatic Colors of #8426bd

#8426bd

Complementary Color

#8426bd #5fbd26

#8426bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8426bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8426bd Color CSS Codes

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

#8426bd Text Font Color

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

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


#8426bd Background Color

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

This div background color is #8426bd


#8426bd Border Color

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

This div border color is #8426bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8426bd


Comments

No comments written yet.

Please login to write comment.