Color Hex Logo

#8c2867 Color Hex

#8C2867
(140,40,103)
0 Favorites   0 Comments

Color spaces of #8c2867

RGB 14040103
HSL0.900.560.35
HSV322°71°55°
CMYK 0.000.710.26   0.45
XYZ14.02228.072313.6510
Yxy8.07230.39230.2258
Hunter Lab28.411838.3753-8.5988
CIE-Lab34.133048.1073-13.6632

#8c2867 color RGB value is (140,40,103).

#8c2867 hex color red value is 140, green value is 40 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #8c2867 hue: 0.90 , saturation: 0.56 and the lightness value of 8c2867 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101000 01100111
Octal 214 50 147
Decimal 140 40 103
Hex 8C 28 67

RGB Percentages of Color #8c2867

%49.47
%14.13
%36.40

CMYK Percentages of Color #8c2867

%0
%71
%26
%45

Triadic Colors of #8c2867

#8c2867 #678c28 #28678c

Analogous Colors of #8c2867

#8c2867 #8c2835 #7f288c

Monochromatic Colors of #8c2867

#8c2867

Complementary Color

#8c2867 #288c4d

#8c2867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c2867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c2867 Color CSS Codes

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

#8c2867 Text Font Color

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

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


#8c2867 Background Color

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

This div background color is #8c2867


#8c2867 Border Color

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

This div border color is #8c2867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c2867


Comments

No comments written yet.

Please login to write comment.