Color Hex Logo

#8f085b Color Hex

#8F085B
(143,8,91)
0 Favorites   0 Comments

Color spaces of #8f085b

RGB 143891
HSL0.900.890.30
HSV323°94°56°
CMYK 0.000.940.36   0.44
XYZ13.30296.768610.5029
Yxy6.76860.43510.2214
Hunter Lab26.016545.7426-5.7239
CIE-Lab31.274255.8326-10.2161

#8f085b color RGB value is (143,8,91).

#8f085b hex color red value is 143, green value is 8 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #8f085b hue: 0.90 , saturation: 0.89 and the lightness value of 8f085b is 0.30.

The process color (four color CMYK) of #8f085b color hex is 0.00, 0.94, 0.36, 0.44. Web safe color of #8f085b is #990066. Color #8f085b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00001000 01011011
Octal 217 10 133
Decimal 143 8 91
Hex 8F 8 5B

RGB Percentages of Color #8f085b

%59.09
%3.31
%37.60

CMYK Percentages of Color #8f085b

%0
%94
%36
%44

Triadic Colors of #8f085b

#8f085b #5b8f08 #085b8f

Analogous Colors of #8f085b

#8f085b #8f0818 #80088f

Monochromatic Colors of #8f085b

#8f085b

Complementary Color

#8f085b #088f3c

#8f085b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f085b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f085b Color CSS Codes

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

#8f085b Text Font Color

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

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


#8f085b Background Color

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

This div background color is #8f085b


#8f085b Border Color

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

This div border color is #8f085b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,8,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f085b


Comments

No comments written yet.

Please login to write comment.