#8e2385

#8e2385 color hex

#8e2385 hex color information.
RGB value of #8e2385 is (142,35,133)
Change page background color to #8e2385 | Reset

#8e2385 rgb color chart

Color spaces of #8e2385

RGB 14235133
HSL0.850.600.35
HSV305°75°56°
CMYK 0.000.750.06   0.44
XYZ15.99008.646323.0164
Yxy8.64630.33560.1814
Hunter Lab29.404645.6089-25.8259
CIE-Lab35.294254.9241-30.7013

Shades of #8e2385

Tints of #8e2385

RGB Percentages of Color #8e2385

%45.81
%11.29
%42.90

CMYK Percentages of Color #8e2385

%0
%75
%6
%44

#8e2385 Color Info

#8e2385 hex color red value is 142, green value is 35 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #8e2385 hue: 0.85 , saturation: 0.60 and the lightness value of 8e2385 is 0.35.

The process color (four color CMYK) of #8e2385 hex color is 0.00, 0.75, 0.06, 0.44. Web safe color of #8e2385 is #993399

Color #8e2385 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00100011 10000101
Octal 216 43 205
Decimal 142 35 133
Hexadecimal 8E 23 85

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #8e2385

Triadic Colors of #8e2385

#8e2385 #848d23 #23848d

Analogous Colors of #8e2385

#8e2385 #8d234f #61238d

Complementary Color of #8e2385

#8e2385 #238d2c

#8e2385 HSL Color Chart
#8e2385 hsl color chart
#8e2385 RGB Color Chart

#8e2385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e2385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e2385 Color CSS Codes

.mybgcolor {background-color:#8e2385; } 
.myforecolor {color:#8e2385; }
.mybordercolor {border:3px solid #8e2385; }
Sample text font color #8e2385

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

html code
<p style="color:#8e2385">Text here</p>
#8e2385 background color

This div background color is #8e2385

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

This div border color is #8e2385

<div style="border:3px solid #8e2385">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #8e2385 Color Sample
#8e2385border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(142,35,133, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #8e2385; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #8e2385;
  -webkit-box-shadow: 1px 1px 3px 2px #8e2385;
  box-shadow:         1px 1px 3px 2px #8e2385; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,35,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 #8e2385">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #8e2385

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top