Color Hex Logo

#8a2d4a Color Hex

#8A2D4A
(138,45,74)
0 Favorites   0 Comments

Color spaces of #8a2d4a

RGB 1384574
HSL0.950.510.36
HSV341°67°54°
CMYK 0.000.670.46   0.46
XYZ12.65567.77457.3122
Yxy7.77450.45620.2802
Hunter Lab27.882832.22373.9693
CIE-Lab33.508841.92014.0658

#8a2d4a color RGB value is (138,45,74).

#8a2d4a hex color red value is 138, green value is 45 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8a2d4a hue: 0.95 , saturation: 0.51 and the lightness value of 8a2d4a is 0.36.

The process color (four color CMYK) of #8a2d4a color hex is 0.00, 0.67, 0.46, 0.46. Web safe color of #8a2d4a is #993333. Color #8a2d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00101101 01001010
Octal 212 55 112
Decimal 138 45 74
Hex 8A 2D 4A

RGB Percentages of Color #8a2d4a

%53.70
%17.51
%28.79

CMYK Percentages of Color #8a2d4a

%0
%67
%46
%46

Triadic Colors of #8a2d4a

#8a2d4a #4a8a2d #2d4a8a

Analogous Colors of #8a2d4a

#8a2d4a #8a3f2d #8a2d79

Monochromatic Colors of #8a2d4a

#8a2d4a

Complementary Color

#8a2d4a #2d8a6d

#8a2d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a2d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a2d4a Color CSS Codes

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

#8a2d4a Text Font Color

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

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


#8a2d4a Background Color

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

This div background color is #8a2d4a


#8a2d4a Border Color

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

This div border color is #8a2d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a2d4a


Comments

No comments written yet.

Please login to write comment.