Color Hex Logo

#8c2961 Color Hex

#8C2961
(140,41,97)
0 Favorites   0 Comments

Color spaces of #8c2961

RGB 1404197
HSL0.910.550.35
HSV326°71°55°
CMYK 0.000.710.31   0.45
XYZ13.76588.024412.1326
Yxy8.02440.40580.2365
Hunter Lab28.327437.1699-5.5647
CIE-Lab34.033646.9153-9.9763

#8c2961 color RGB value is (140,41,97).

#8c2961 hex color red value is 140, green value is 41 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8c2961 hue: 0.91 , saturation: 0.55 and the lightness value of 8c2961 is 0.35.

The process color (four color CMYK) of #8c2961 color hex is 0.00, 0.71, 0.31, 0.45. Web safe color of #8c2961 is #993366. Color #8c2961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101001 01100001
Octal 214 51 141
Decimal 140 41 97
Hex 8C 29 61

RGB Percentages of Color #8c2961

%50.36
%14.75
%34.89

CMYK Percentages of Color #8c2961

%0
%71
%31
%45

Triadic Colors of #8c2961

#8c2961 #618c29 #29618c

Analogous Colors of #8c2961

#8c2961 #8c292f #86298c

Monochromatic Colors of #8c2961

#8c2961

Complementary Color

#8c2961 #298c54

#8c2961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c2961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c2961 Color CSS Codes

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

#8c2961 Text Font Color

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

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


#8c2961 Background Color

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

This div background color is #8c2961


#8c2961 Border Color

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

This div border color is #8c2961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c2961


Comments

No comments written yet.

Please login to write comment.