Color Hex Logo

#8448fa Color Hex

#8448FA
(132,72,250)
0 Favorites   0 Comments

Color spaces of #8448fa

RGB 13272250
HSL0.720.950.63
HSV260°71°98°
CMYK 0.470.710.00   0.02
XYZ29.088416.442492.0831
Yxy16.44240.21140.1195
Hunter Lab40.549257.0876-106.2570
CIE-Lab47.549663.0279-79.5658

#8448fa color RGB value is (132,72,250).

#8448fa hex color red value is 132, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8448fa hue: 0.72 , saturation: 0.95 and the lightness value of 8448fa is 0.63.

The process color (four color CMYK) of #8448fa color hex is 0.47, 0.71, 0.00, 0.02. Web safe color of #8448fa is #9933ff. Color #8448fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 11111010
Octal 204 110 372
Decimal 132 72 250
Hex 84 48 FA

RGB Percentages of Color #8448fa

%29.07
%15.86
%55.07

CMYK Percentages of Color #8448fa

%47
%71
%0
%2

Triadic Colors of #8448fa

#8448fa #fa8448 #48fa84

Analogous Colors of #8448fa

#8448fa #dd48fa #4865fa

Monochromatic Colors of #8448fa

#8448fa

Complementary Color

#8448fa #befa48

#8448fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8448fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8448fa Color CSS Codes

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

#8448fa Text Font Color

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

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


#8448fa Background Color

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

This div background color is #8448fa


#8448fa Border Color

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

This div border color is #8448fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,72,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8448fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8448fa


Comments

No comments written yet.

Please login to write comment.