Color Hex Logo

#8f307e Color Hex

#8F307E
(143,48,126)
0 Favorites   0 Comments

Color spaces of #8f307e

RGB 14348126
HSL0.860.500.37
HSV311°66°56°
CMYK 0.000.660.12   0.44
XYZ16.15059.459920.7134
Yxy9.45990.34860.2042
Hunter Lab30.757039.9058-18.3992
CIE-Lab36.855149.1164-23.8959

#8f307e color RGB value is (143,48,126).

#8f307e hex color red value is 143, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8f307e hue: 0.86 , saturation: 0.50 and the lightness value of 8f307e is 0.37.

The process color (four color CMYK) of #8f307e color hex is 0.00, 0.66, 0.12, 0.44. Web safe color of #8f307e is #993366. Color #8f307e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110000 01111110
Octal 217 60 176
Decimal 143 48 126
Hex 8F 30 7E

RGB Percentages of Color #8f307e

%45.11
%15.14
%39.75

CMYK Percentages of Color #8f307e

%0
%66
%12
%44

Triadic Colors of #8f307e

#8f307e #7e8f30 #307e8f

Analogous Colors of #8f307e

#8f307e #8f304f #71308f

Monochromatic Colors of #8f307e

#8f307e

Complementary Color

#8f307e #308f41

#8f307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f307e Color CSS Codes

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

#8f307e Text Font Color

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

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


#8f307e Background Color

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

This div background color is #8f307e


#8f307e Border Color

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

This div border color is #8f307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f307e


Comments

No comments written yet.

Please login to write comment.