Color Hex Logo

#8f4460 Color Hex

#8F4460
(143,68,96)
0 Favorites   0 Comments

Color spaces of #8f4460

RGB 1436896
HSL0.940.360.41
HSV338°52°56°
CMYK 0.000.520.33   0.44
XYZ15.506110.818412.3372
Yxy10.81840.40110.2798
Hunter Lab32.891326.59120.7849
CIE-Lab39.272934.9614-1.4811

#8f4460 color RGB value is (143,68,96).

#8f4460 hex color red value is 143, green value is 68 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #8f4460 hue: 0.94 , saturation: 0.36 and the lightness value of 8f4460 is 0.41.

The process color (four color CMYK) of #8f4460 color hex is 0.00, 0.52, 0.33, 0.44. Web safe color of #8f4460 is #993366. Color #8f4460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000100 01100000
Octal 217 104 140
Decimal 143 68 96
Hex 8F 44 60

RGB Percentages of Color #8f4460

%46.58
%22.15
%31.27

CMYK Percentages of Color #8f4460

%0
%52
%33
%44

Triadic Colors of #8f4460

#8f4460 #608f44 #44608f

Analogous Colors of #8f4460

#8f4460 #8f4e44 #8f4486

Monochromatic Colors of #8f4460

#8f4460

Complementary Color

#8f4460 #448f73

#8f4460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4460 Color CSS Codes

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

#8f4460 Text Font Color

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

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


#8f4460 Background Color

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

This div background color is #8f4460


#8f4460 Border Color

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

This div border color is #8f4460


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,68,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 #8f4460">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4460


Comments

No comments written yet.

Please login to write comment.