Color Hex Logo

#8c4185 Color Hex

#8C4185
(140,65,133)
0 Favorites   0 Comments

Color spaces of #8c4185

RGB 14065133
HSL0.850.370.40
HSV306°54°55°
CMYK 0.000.540.05   0.45
XYZ16.939211.049523.4303
Yxy11.04950.32940.2149
Hunter Lab33.240832.7906-18.5230
CIE-Lab39.663741.4469-23.8775

#8c4185 color RGB value is (140,65,133).

#8c4185 hex color red value is 140, green value is 65 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #8c4185 hue: 0.85 , saturation: 0.37 and the lightness value of 8c4185 is 0.40.

The process color (four color CMYK) of #8c4185 color hex is 0.00, 0.54, 0.05, 0.45. Web safe color of #8c4185 is #993399. Color #8c4185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000001 10000101
Octal 214 101 205
Decimal 140 65 133
Hex 8C 41 85

RGB Percentages of Color #8c4185

%41.42
%19.23
%39.35

CMYK Percentages of Color #8c4185

%0
%54
%5
%45

Triadic Colors of #8c4185

#8c4185 #858c41 #41858c

Analogous Colors of #8c4185

#8c4185 #8c4160 #6e418c

Monochromatic Colors of #8c4185

#8c4185

Complementary Color

#8c4185 #418c48

#8c4185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4185 Color CSS Codes

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

#8c4185 Text Font Color

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

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


#8c4185 Background Color

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

This div background color is #8c4185


#8c4185 Border Color

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

This div border color is #8c4185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4185


Comments

No comments written yet.

Please login to write comment.