Color Hex Logo

#8451d6 Color Hex

#8451D6
(132,81,214)
0 Favorites   0 Comments

Color spaces of #8451d6

RGB 13281214
HSL0.730.620.58
HSV263°62°84°
CMYK 0.380.620.00   0.16
XYZ24.595715.645465.3419
Yxy15.64540.23300.1482
Hunter Lab39.554341.7752-70.2565
CIE-Lab46.505849.2014-60.9284

#8451d6 color RGB value is (132,81,214).

#8451d6 hex color red value is 132, green value is 81 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #8451d6 hue: 0.73 , saturation: 0.62 and the lightness value of 8451d6 is 0.58.

The process color (four color CMYK) of #8451d6 color hex is 0.38, 0.62, 0.00, 0.16. Web safe color of #8451d6 is #9966cc. Color #8451d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010001 11010110
Octal 204 121 326
Decimal 132 81 214
Hex 84 51 D6

RGB Percentages of Color #8451d6

%30.91
%18.97
%50.12

CMYK Percentages of Color #8451d6

%38
%62
%0
%16

Triadic Colors of #8451d6

#8451d6 #d68451 #51d684

Analogous Colors of #8451d6

#8451d6 #c751d6 #5160d6

Monochromatic Colors of #8451d6

#8451d6

Complementary Color

#8451d6 #a3d651

#8451d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8451d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8451d6 Color CSS Codes

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

#8451d6 Text Font Color

<p style="color:#8451d6">Text here</p>

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


#8451d6 Background Color

<div style="background-color:#8451d6">
Div content here</div>

This div background color is #8451d6


#8451d6 Border Color

<div style="border:3px solid #8451d6">
Div here</div>

This div border color is #8451d6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,81,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8451d6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8451d6;
  -webkit-box-shadow: 1px 1px 3px 2px #8451d6;
  box-shadow:         1px 1px 3px 2px #8451d6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8451d6


Comments

No comments written yet.

Please login to write comment.