Color Hex Logo

#8448bd Color Hex

#8448BD
(132,72,189)
0 Favorites   0 Comments

Color spaces of #8448bd

RGB 13272189
HSL0.750.470.51
HSV271°62°74°
CMYK 0.300.620.00   0.26
XYZ21.018413.214449.5870
Yxy13.21440.25080.1577
Hunter Lab36.351639.5929-55.4310
CIE-Lab43.084547.6849-52.0044

#8448bd color RGB value is (132,72,189).

#8448bd hex color red value is 132, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8448bd hue: 0.75 , saturation: 0.47 and the lightness value of 8448bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 10111101
Octal 204 110 275
Decimal 132 72 189
Hex 84 48 BD

RGB Percentages of Color #8448bd

%33.59
%18.32
%48.09

CMYK Percentages of Color #8448bd

%30
%62
%0
%26

Triadic Colors of #8448bd

#8448bd #bd8448 #48bd84

Analogous Colors of #8448bd

#8448bd #bd48bc #4a48bd

Monochromatic Colors of #8448bd

#8448bd

Complementary Color

#8448bd #81bd48

#8448bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8448bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8448bd Color CSS Codes

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

#8448bd Text Font Color

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

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


#8448bd Background Color

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

This div background color is #8448bd


#8448bd Border Color

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

This div border color is #8448bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8448bd


Comments

No comments written yet.

Please login to write comment.