Color Hex Logo

#8c2b4f Color Hex

#8C2B4F
(140,43,79)
0 Favorites   0 Comments

Color spaces of #8c2b4f

RGB 1404379
HSL0.940.530.36
HSV338°69°55°
CMYK 0.000.690.44   0.45
XYZ13.09047.86778.2258
Yxy7.86770.44850.2696
Hunter Lab28.049434.21782.2472
CIE-Lab33.705843.96181.1518

#8c2b4f color RGB value is (140,43,79).

#8c2b4f hex color red value is 140, green value is 43 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #8c2b4f hue: 0.94 , saturation: 0.53 and the lightness value of 8c2b4f is 0.36.

The process color (four color CMYK) of #8c2b4f color hex is 0.00, 0.69, 0.44, 0.45. Web safe color of #8c2b4f is #993366. Color #8c2b4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101011 01001111
Octal 214 53 117
Decimal 140 43 79
Hex 8C 2B 4F

RGB Percentages of Color #8c2b4f

%53.44
%16.41
%30.15

CMYK Percentages of Color #8c2b4f

%0
%69
%44
%45

Triadic Colors of #8c2b4f

#8c2b4f #4f8c2b #2b4f8c

Analogous Colors of #8c2b4f

#8c2b4f #8c382b #8c2b80

Monochromatic Colors of #8c2b4f

#8c2b4f

Complementary Color

#8c2b4f #2b8c68

#8c2b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c2b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c2b4f Color CSS Codes

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

#8c2b4f Text Font Color

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

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


#8c2b4f Background Color

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

This div background color is #8c2b4f


#8c2b4f Border Color

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

This div border color is #8c2b4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c2b4f


Comments

No comments written yet.

Please login to write comment.