Color Hex Logo

#8a327c Color Hex

#8A327C
(138,50,124)
0 Favorites   0 Comments

Color spaces of #8a327c

RGB 13850124
HSL0.860.470.37
HSV310°64°54°
CMYK 0.000.640.10   0.46
XYZ15.25999.139720.0286
Yxy9.13970.34350.2057
Hunter Lab30.231937.1939-18.1172
CIE-Lab36.251946.5294-23.6541

#8a327c color RGB value is (138,50,124).

#8a327c hex color red value is 138, green value is 50 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8a327c hue: 0.86 , saturation: 0.47 and the lightness value of 8a327c is 0.37.

The process color (four color CMYK) of #8a327c color hex is 0.00, 0.64, 0.10, 0.46. Web safe color of #8a327c is #993366. Color #8a327c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110010 01111100
Octal 212 62 174
Decimal 138 50 124
Hex 8A 32 7C

RGB Percentages of Color #8a327c

%44.23
%16.03
%39.74

CMYK Percentages of Color #8a327c

%0
%64
%10
%46

Triadic Colors of #8a327c

#8a327c #7c8a32 #327c8a

Analogous Colors of #8a327c

#8a327c #8a3250 #6c328a

Monochromatic Colors of #8a327c

#8a327c

Complementary Color

#8a327c #328a40

#8a327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a327c Color CSS Codes

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

#8a327c Text Font Color

<p style="color:#8a327c">Text here</p>

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


#8a327c Background Color

<div style="background-color:#8a327c">
Div content here</div>

This div background color is #8a327c


#8a327c Border Color

<div style="border:3px solid #8a327c">
Div here</div>

This div border color is #8a327c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,50,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a327c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a327c;
  -webkit-box-shadow: 1px 1px 3px 2px #8a327c;
  box-shadow:         1px 1px 3px 2px #8a327c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,50,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a327c


Comments

No comments written yet.

Please login to write comment.