Color Hex Logo

#8471df Color Hex

#8471DF
(132,113,223)
0 Favorites   0 Comments

Color spaces of #8471df

RGB 132113223
HSL0.700.630.66
HSV250°49°87°
CMYK 0.410.490.00   0.13
XYZ28.740122.043572.5521
Yxy22.04350.23300.1787
Hunter Lab46.950527.1029-58.7548
CIE-Lab54.073133.5591-53.8710

#8471df color RGB value is (132,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110001 11011111
Octal 204 161 337
Decimal 132 113 223
Hex 84 71 DF

RGB Percentages of Color #8471df

%28.21
%24.15
%47.65

CMYK Percentages of Color #8471df

%41
%49
%0
%13

Triadic Colors of #8471df

#8471df #df8471 #71df84

Analogous Colors of #8471df

#8471df #bb71df #7195df

Monochromatic Colors of #8471df

#8471df

Complementary Color

#8471df #ccdf71

#8471df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8471df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8471df Color CSS Codes

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

#8471df Text Font Color

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

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


#8471df Background Color

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

This div background color is #8471df


#8471df Border Color

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

This div border color is #8471df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8471df


Comments

No comments written yet.

Please login to write comment.