Color Hex Logo

#8a1751 Color Hex

#8A1751
(138,23,81)
0 Favorites   0 Comments

Color spaces of #8a1751

RGB 1382381
HSL0.920.710.32
HSV330°83°54°
CMYK 0.000.830.41   0.46
XYZ12.27286.61018.4136
Yxy6.61010.44960.2422
Hunter Lab25.710140.2148-1.4055
CIE-Lab30.902350.5543-4.3205

#8a1751 color RGB value is (138,23,81).

#8a1751 hex color red value is 138, green value is 23 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #8a1751 hue: 0.92 , saturation: 0.71 and the lightness value of 8a1751 is 0.32.

The process color (four color CMYK) of #8a1751 color hex is 0.00, 0.83, 0.41, 0.46. Web safe color of #8a1751 is #990066. Color #8a1751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00010111 01010001
Octal 212 27 121
Decimal 138 23 81
Hex 8A 17 51

RGB Percentages of Color #8a1751

%57.02
%9.50
%33.47

CMYK Percentages of Color #8a1751

%0
%83
%41
%46

Triadic Colors of #8a1751

#8a1751 #518a17 #17518a

Analogous Colors of #8a1751

#8a1751 #8a1718 #8a178a

Monochromatic Colors of #8a1751

#8a1751

Complementary Color

#8a1751 #178a50

#8a1751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1751 Color CSS Codes

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

#8a1751 Text Font Color

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

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


#8a1751 Background Color

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

This div background color is #8a1751


#8a1751 Border Color

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

This div border color is #8a1751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1751


Comments

No comments written yet.

Please login to write comment.