Color Hex Logo

#8a3260 Color Hex

#8A3260
(138,50,96)
0 Favorites   0 Comments

Color spaces of #8a3260

RGB 1385096
HSL0.910.470.37
HSV329°64°54°
CMYK 0.000.640.30   0.46
XYZ13.73328.529011.9888
Yxy8.52900.40100.2490
Hunter Lab29.204532.8307-3.8962
CIE-Lab35.061242.2789-7.8230

#8a3260 color RGB value is (138,50,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110010 01100000
Octal 212 62 140
Decimal 138 50 96
Hex 8A 32 60

RGB Percentages of Color #8a3260

%48.59
%17.61
%33.80

CMYK Percentages of Color #8a3260

%0
%64
%30
%46

Triadic Colors of #8a3260

#8a3260 #608a32 #32608a

Analogous Colors of #8a3260

#8a3260 #8a3234 #88328a

Monochromatic Colors of #8a3260

#8a3260

Complementary Color

#8a3260 #328a5c

#8a3260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a3260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a3260 Color CSS Codes

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

#8a3260 Text Font Color

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

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


#8a3260 Background Color

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

This div background color is #8a3260


#8a3260 Border Color

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

This div border color is #8a3260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a3260


Comments

No comments written yet.

Please login to write comment.