Color Hex Logo

#8d2567 Color Hex

#8D2567
(141,37,103)
0 Favorites   0 Comments

Color spaces of #8d2567

RGB 14137103
HSL0.890.580.35
HSV322°74°55°
CMYK 0.000.740.27   0.45
XYZ14.09437.965113.6265
Yxy7.96510.39500.2232
Hunter Lab28.222539.7534-8.8709
CIE-Lab33.910149.5202-13.9876

#8d2567 color RGB value is (141,37,103).

#8d2567 hex color red value is 141, green value is 37 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #8d2567 hue: 0.89 , saturation: 0.58 and the lightness value of 8d2567 is 0.35.

The process color (four color CMYK) of #8d2567 color hex is 0.00, 0.74, 0.27, 0.45. Web safe color of #8d2567 is #993366. Color #8d2567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100101 01100111
Octal 215 45 147
Decimal 141 37 103
Hex 8D 25 67

RGB Percentages of Color #8d2567

%50.18
%13.17
%36.65

CMYK Percentages of Color #8d2567

%0
%74
%27
%45

Triadic Colors of #8d2567

#8d2567 #678d25 #25678d

Analogous Colors of #8d2567

#8d2567 #8d2533 #7f258d

Monochromatic Colors of #8d2567

#8d2567

Complementary Color

#8d2567 #258d4b

#8d2567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2567 Color CSS Codes

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

#8d2567 Text Font Color

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

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


#8d2567 Background Color

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

This div background color is #8d2567


#8d2567 Border Color

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

This div border color is #8d2567


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,37,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 #8d2567">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2567


Comments

No comments written yet.

Please login to write comment.