Color Hex Logo

#8d377d Color Hex

#8D377D
(141,55,125)
0 Favorites   0 Comments

Color spaces of #8d377d

RGB 14155125
HSL0.860.440.38
HSV311°61°55°
CMYK 0.000.610.11   0.45
XYZ16.05249.875820.4622
Yxy9.87580.34600.2129
Hunter Lab31.425836.1833-16.6073
CIE-Lab37.618645.2636-22.1127

#8d377d color RGB value is (141,55,125).

#8d377d hex color red value is 141, green value is 55 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8d377d hue: 0.86 , saturation: 0.44 and the lightness value of 8d377d is 0.38.

The process color (four color CMYK) of #8d377d color hex is 0.00, 0.61, 0.11, 0.45. Web safe color of #8d377d is #993366. Color #8d377d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00110111 01111101
Octal 215 67 175
Decimal 141 55 125
Hex 8D 37 7D

RGB Percentages of Color #8d377d

%43.93
%17.13
%38.94

CMYK Percentages of Color #8d377d

%0
%61
%11
%45

Triadic Colors of #8d377d

#8d377d #7d8d37 #377d8d

Analogous Colors of #8d377d

#8d377d #8d3752 #72378d

Monochromatic Colors of #8d377d

#8d377d

Complementary Color

#8d377d #378d47

#8d377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d377d Color CSS Codes

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

#8d377d Text Font Color

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

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


#8d377d Background Color

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

This div background color is #8d377d


#8d377d Border Color

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

This div border color is #8d377d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,55,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d377d


Comments

No comments written yet.

Please login to write comment.