Color Hex Logo

#8447df Color Hex

#8447DF
(132,71,223)
0 Favorites   0 Comments

Color spaces of #8447df

RGB 13271223
HSL0.730.700.58
HSV264°68°87°
CMYK 0.410.680.00   0.13
XYZ25.088214.739771.3348
Yxy14.73970.22570.1326
Hunter Lab38.392349.4577-83.2891
CIE-Lab45.275656.6166-68.0567

#8447df color RGB value is (132,71,223).

#8447df hex color red value is 132, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8447df hue: 0.73 , saturation: 0.70 and the lightness value of 8447df is 0.58.

The process color (four color CMYK) of #8447df color hex is 0.41, 0.68, 0.00, 0.13. Web safe color of #8447df is #9933cc. Color #8447df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 11011111
Octal 204 107 337
Decimal 132 71 223
Hex 84 47 DF

RGB Percentages of Color #8447df

%30.99
%16.67
%52.35

CMYK Percentages of Color #8447df

%41
%68
%0
%13

Triadic Colors of #8447df

#8447df #df8447 #47df84

Analogous Colors of #8447df

#8447df #d047df #4756df

Monochromatic Colors of #8447df

#8447df

Complementary Color

#8447df #a2df47

#8447df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8447df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8447df Color CSS Codes

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

#8447df Text Font Color

<p style="color:#8447df">Text here</p>

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


#8447df Background Color

<div style="background-color:#8447df">
Div content here</div>

This div background color is #8447df


#8447df Border Color

<div style="border:3px solid #8447df">
Div here</div>

This div border color is #8447df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,71,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8447df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8447df;
  -webkit-box-shadow: 1px 1px 3px 2px #8447df;
  box-shadow:         1px 1px 3px 2px #8447df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8447df


Comments

No comments written yet.

Please login to write comment.