Color Hex Logo

#8c285d Color Hex

#8C285D
(140,40,93)
0 Favorites   0 Comments

Color spaces of #8c285d

RGB 1404093
HSL0.910.560.35
HSV328°71°55°
CMYK 0.000.710.34   0.45
XYZ13.54987.883311.1634
Yxy7.88330.41570.2418
Hunter Lab28.077237.0073-3.9194
CIE-Lab33.738746.8062-7.8508

#8c285d color RGB value is (140,40,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101000 01011101
Octal 214 50 135
Decimal 140 40 93
Hex 8C 28 5D

RGB Percentages of Color #8c285d

%51.28
%14.65
%34.07

CMYK Percentages of Color #8c285d

%0
%71
%34
%45

Triadic Colors of #8c285d

#8c285d #5d8c28 #285d8c

Analogous Colors of #8c285d

#8c285d #8c282b #89288c

Monochromatic Colors of #8c285d

#8c285d

Complementary Color

#8c285d #288c57

#8c285d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c285d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c285d Color CSS Codes

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

#8c285d Text Font Color

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

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


#8c285d Background Color

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

This div background color is #8c285d


#8c285d Border Color

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

This div border color is #8c285d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c285d


Comments

No comments written yet.

Please login to write comment.