Color Hex Logo

#8f4baf Color Hex

#8F4BAF
(143,75,175)
0 Favorites   0 Comments

Color spaces of #8f4baf

RGB 14375175
HSL0.780.400.49
HSV281°57°69°
CMYK 0.180.570.00   0.31
XYZ21.581613.966942.1159
Yxy13.96690.27790.1798
Hunter Lab37.372337.6778-40.6549
CIE-Lab44.185445.6165-41.9541

#8f4baf color RGB value is (143,75,175).

#8f4baf hex color red value is 143, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8f4baf hue: 0.78 , saturation: 0.40 and the lightness value of 8f4baf is 0.49.

The process color (four color CMYK) of #8f4baf color hex is 0.18, 0.57, 0.00, 0.31. Web safe color of #8f4baf is #993399. Color #8f4baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01001011 10101111
Octal 217 113 257
Decimal 143 75 175
Hex 8F 4B AF

RGB Percentages of Color #8f4baf

%36.39
%19.08
%44.53

CMYK Percentages of Color #8f4baf

%18
%57
%0
%31

Triadic Colors of #8f4baf

#8f4baf #af8f4b #4baf8f

Analogous Colors of #8f4baf

#8f4baf #af4b9d #5d4baf

Monochromatic Colors of #8f4baf

#8f4baf

Complementary Color

#8f4baf #6baf4b

#8f4baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4baf Color CSS Codes

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

#8f4baf Text Font Color

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

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


#8f4baf Background Color

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

This div background color is #8f4baf


#8f4baf Border Color

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

This div border color is #8f4baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4baf


Comments

No comments written yet.

Please login to write comment.