#8f2b5a

#8f2b5a color hex

#8f2b5a hex color information.
RGB value of #8f2b5a is (143,43,90)
Change page background color to #8f2b5a | Reset

#8f2b5a rgb color chart

Color spaces of #8f2b5a

RGB 1434390
HSL0.920.540.36
HSV332°70°56°
CMYK 0.000.700.37   0.44
XYZ14.03708.305610.5362
Yxy8.30560.42690.2526
Hunter Lab28.819436.5075-1.5024
CIE-Lab34.611446.1382-4.5591

Shades of #8f2b5a

Tints of #8f2b5a

RGB Percentages of Color #8f2b5a

%51.81
%15.58
%32.61

CMYK Percentages of Color #8f2b5a

%0
%70
%37
%44

#8f2b5a Color Info

#8f2b5a hex color red value is 143, green value is 43 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #8f2b5a hue: 0.92 , saturation: 0.54 and the lightness value of 8f2b5a is 0.36.

The process color (four color CMYK) of #8f2b5a hex color is 0.00, 0.70, 0.37, 0.44. Web safe color of #8f2b5a is #993366

Color #8f2b5a contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00101011 01011010
Octal 217 53 132
Decimal 143 43 90
Hexadecimal 8F 2B 5A

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #8f2b5a

Triadic Colors of #8f2b5a

#8f2b5a #5a8f2b #2b5a8f

Analogous Colors of #8f2b5a

#8f2b5a #8f2d2b #8f2b8c

Complementary Color of #8f2b5a

#8f2b5a #2b8f5f

#8f2b5a HSL Color Chart
#8f2b5a hsl color chart
#8f2b5a RGB Color Chart

#8f2b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f2b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f2b5a Color CSS Codes

.mybgcolor {background-color:#8f2b5a; } 
.myforecolor {color:#8f2b5a; }
.mybordercolor {border:3px solid #8f2b5a; }
Sample text font color #8f2b5a

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

html code
<p style="color:#8f2b5a">Text here</p>
#8f2b5a background color

This div background color is #8f2b5a

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

This div border color is #8f2b5a

<div style="border:3px solid #8f2b5a">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #8f2b5a Color Sample
#8f2b5aborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(143,43,90, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #8f2b5a; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #8f2b5a;
  -webkit-box-shadow: 1px 1px 3px 2px #8f2b5a;
  box-shadow:         1px 1px 3px 2px #8f2b5a; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,43,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8f2b5a">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #8f2b5a

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top