Color Hex Logo

#8f438c Color Hex

#8F438C
(143,67,140)
0 Favorites   0 Comments

Color spaces of #8f438c

RGB 14367140
HSL0.840.360.41
HSV302°53°56°
CMYK 0.000.530.02   0.44
XYZ18.068511.747426.1261
Yxy11.74740.32300.2100
Hunter Lab34.274534.1196-21.2023
CIE-Lab40.811842.6172-26.3287

#8f438c color RGB value is (143,67,140).

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

The process color (four color CMYK) of #8f438c color hex is 0.00, 0.53, 0.02, 0.44. Web safe color of #8f438c is #993399. Color #8f438c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000011 10001100
Octal 217 103 214
Decimal 143 67 140
Hex 8F 43 8C

RGB Percentages of Color #8f438c

%40.86
%19.14
%40.00

CMYK Percentages of Color #8f438c

%0
%53
%2
%44

Triadic Colors of #8f438c

#8f438c #8c8f43 #438c8f

Analogous Colors of #8f438c

#8f438c #8f4366 #6c438f

Monochromatic Colors of #8f438c

#8f438c

Complementary Color

#8f438c #438f46

#8f438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f438c Color CSS Codes

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

#8f438c Text Font Color

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

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


#8f438c Background Color

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

This div background color is #8f438c


#8f438c Border Color

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

This div border color is #8f438c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f438c


Comments

No comments written yet.

Please login to write comment.