Color Hex Logo

#8c057f Color Hex

#8C057F
(140,5,127)
0 Favorites   0 Comments

Color spaces of #8c057f

RGB 1405127
HSL0.850.930.28
HSV306°96°55°
CMYK 0.000.960.09   0.45
XYZ14.70037.216320.6968
Yxy7.21630.34500.1693
Hunter Lab26.863250.6698-26.8759
CIE-Lab32.294360.2245-31.7286

#8c057f color RGB value is (140,5,127).

#8c057f hex color red value is 140, green value is 5 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8c057f hue: 0.85 , saturation: 0.93 and the lightness value of 8c057f is 0.28.

The process color (four color CMYK) of #8c057f color hex is 0.00, 0.96, 0.09, 0.45. Web safe color of #8c057f is #990066. Color #8c057f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00000101 01111111
Octal 214 5 177
Decimal 140 5 127
Hex 8C 5 7F

RGB Percentages of Color #8c057f

%51.47
%1.84
%46.69

CMYK Percentages of Color #8c057f

%0
%96
%9
%45

Triadic Colors of #8c057f

#8c057f #7f8c05 #057f8c

Analogous Colors of #8c057f

#8c057f #8c053b #56058c

Monochromatic Colors of #8c057f

#8c057f

Complementary Color

#8c057f #058c12

#8c057f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c057f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c057f Color CSS Codes

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

#8c057f Text Font Color

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

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


#8c057f Background Color

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

This div background color is #8c057f


#8c057f Border Color

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

This div border color is #8c057f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c057f


Comments

No comments written yet.

Please login to write comment.