Color Hex Logo

#8b377d Color Hex

#8B377D
(139,55,125)
0 Favorites   0 Comments

Color spaces of #8b377d

RGB 13955125
HSL0.860.430.38
HSV310°60°55°
CMYK 0.000.600.10   0.45
XYZ15.71539.702020.4464
Yxy9.70200.34270.2115
Hunter Lab31.148035.5506-17.1159
CIE-Lab37.302244.6791-22.6287

#8b377d color RGB value is (139,55,125).

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

The process color (four color CMYK) of #8b377d color hex is 0.00, 0.60, 0.10, 0.45. Web safe color of #8b377d is #993366. Color #8b377d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110111 01111101
Octal 213 67 175
Decimal 139 55 125
Hex 8B 37 7D

RGB Percentages of Color #8b377d

%43.57
%17.24
%39.18

CMYK Percentages of Color #8b377d

%0
%60
%10
%45

Triadic Colors of #8b377d

#8b377d #7d8b37 #377d8b

Analogous Colors of #8b377d

#8b377d #8b3753 #6f378b

Monochromatic Colors of #8b377d

#8b377d

Complementary Color

#8b377d #378b45

#8b377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b377d Color CSS Codes

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

#8b377d Text Font Color

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

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


#8b377d Background Color

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

This div background color is #8b377d


#8b377d Border Color

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

This div border color is #8b377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b377d


Comments

No comments written yet.

Please login to write comment.