Color Hex Logo

#8f5388 Color Hex

#8F5388
(143,83,136)
0 Favorites   0 Comments

Color spaces of #8f5388

RGB 14383136
HSL0.850.270.44
HSV307°42°56°
CMYK 0.000.420.05   0.44
XYZ18.864913.803724.9626
Yxy13.80370.32730.2395
Hunter Lab37.153325.6165-13.8285
CIE-Lab43.950133.2534-19.0449

#8f5388 color RGB value is (143,83,136).

#8f5388 hex color red value is 143, green value is 83 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #8f5388 hue: 0.85 , saturation: 0.27 and the lightness value of 8f5388 is 0.44.

The process color (four color CMYK) of #8f5388 color hex is 0.00, 0.42, 0.05, 0.44. Web safe color of #8f5388 is #996699. Color #8f5388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010011 10001000
Octal 217 123 210
Decimal 143 83 136
Hex 8F 53 88

RGB Percentages of Color #8f5388

%39.50
%22.93
%37.57

CMYK Percentages of Color #8f5388

%0
%42
%5
%44

Triadic Colors of #8f5388

#8f5388 #888f53 #53888f

Analogous Colors of #8f5388

#8f5388 #8f536a #78538f

Monochromatic Colors of #8f5388

#8f5388

Complementary Color

#8f5388 #538f5a

#8f5388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f5388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f5388 Color CSS Codes

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

#8f5388 Text Font Color

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

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


#8f5388 Background Color

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

This div background color is #8f5388


#8f5388 Border Color

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

This div border color is #8f5388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f5388


Comments

No comments written yet.

Please login to write comment.