Color Hex Logo

#8424bd Color Hex

#8424BD
(132,36,189)
0 Favorites   0 Comments

Color spaces of #8424bd

RGB 13236189
HSL0.770.680.44
HSV278°81°74°
CMYK 0.300.810.00   0.26
XYZ19.33199.841449.0248
Yxy9.84140.24720.1259
Hunter Lab31.371055.0986-70.6953
CIE-Lab37.556363.2001-60.9521

#8424bd color RGB value is (132,36,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100100 10111101
Octal 204 44 275
Decimal 132 36 189
Hex 84 24 BD

RGB Percentages of Color #8424bd

%36.97
%10.08
%52.94

CMYK Percentages of Color #8424bd

%30
%81
%0
%26

Triadic Colors of #8424bd

#8424bd #bd8424 #24bd84

Analogous Colors of #8424bd

#8424bd #bd24aa #3824bd

Monochromatic Colors of #8424bd

#8424bd

Complementary Color

#8424bd #5dbd24

#8424bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8424bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8424bd Color CSS Codes

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

#8424bd Text Font Color

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

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


#8424bd Background Color

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

This div background color is #8424bd


#8424bd Border Color

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

This div border color is #8424bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8424bd


Comments

No comments written yet.

Please login to write comment.