COLOR #8E4B63

HEX: #8E4B63
RGB: (142,75,99)

Renk bilgisi

#8E4B63 contains mainly red and blue colors. #8E4B63 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#8E4B63 color RGB value is (142,75,99).

  • kırmız ton 142;
  • yeşil ton 75;
  • mavi ton 99.
RGB:
(142,75,99)
(56%,29%,39%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 75 of 255 = 29%
B 99 of 255 = 39%

142
75
99

R + G + B ~ 41%. #8E4B63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 75 + 99 = 316 (100%)
R 142 of 316 ~ 44.94%
G 75 of 316 ~ 23.73%
B 99 of 316 ~ 31.33%

%44.94
%23.73
%31.33

CMYK RENK MODELİ

#8E4B63 rengi CMYK tonu (0,47,30,44).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.18%
  • sarı tonu 30.28%
  • ana renk tonu 44.31%
CMYK:
(0,47,30,44)
C0M47Y30K44 
(0%,47%,30%,44%)
(0.00/0.47/0.30/0.44)	

CMYK yüzdeleri

%0
%47.18
%30.28
%44.31

Codes

Color #8E4B63 in popluar color models

8E4B63
RGB1427599
HSL339°30.88%42.55%
HSB/HSV339°47.18%55.69%
CMYK0.00%47.18%30.28%
44.31%

Color #8E4B63 in popluar number systems.

HEX8E4B63
Decimal1427599
Binary1000111010010111100011
Octal216113143

Shades and tints

Shades of #8E4B63

#8E4B63
(142,75,99)
#82455A
(130,69,90)
#763F51
(118,63,81)
#6A3948
(106,57,72)
#5E333F
(94,51,63)
#522D36
(82,45,54)
#46272D
(70,39,45)
#3A2124
(58,33,36)
#2E1B1B
(46,27,27)
#221512
(34,21,18)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #8E4B63

#8E4B63
(142,75,99)
#985B71
(152,91,113)
#A26B7F
(162,107,127)
#AC7B8D
(172,123,141)
#B68B9B
(182,139,155)
#C09BA9
(192,155,169)
#CAABB7
(202,171,183)
#D4BBC5
(212,187,197)
#DECBD3
(222,203,211)
#E8DBE1
(232,219,225)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4B63 color. Also use rgb(142,75,99) instead hex code.

Text Font Color

.myTextColor { color: #8E4B63; }

<p style="color:#8E4B63">This sample text font color is #8E4B63.</p>

This text font color is #8E4B63.


Background Color

.myBgColor { background-color: #8E4B63; }

<div style="background-color:#8E4B63">Inner text</div>

This div background color is #8E4B63.


Border color

.myBorderColor { border: 1px solid #8E4B63; }

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

This div border color is #8E4B63.


Opacity

.myOpacity80 { color: #8E4B63; opacity: 0.8; }

<p style="color:#8E4B63;opacity:0.8;">80%</p>

Text with #8E4B63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8E4B63;}

<p style="text-shadow: 3px 3px 1px #8E4B63">Text here.</p>

This text has shadow with #8E4B63 color.

.textShadow {text-shadow: 3px 3px 1px #8E4B63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8E4B63, 5px 5px 20px red">Text here.</p>

This text has shadow with #8E4B63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E4B63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8E4B63, Direction=45, Strength=4)">Text</p>

This text has shadow with #8E4B63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8E4B63;
  -webkit-box-shadow:	1px 1px 3px 2px #8E4B63;
  box-shadow:		1px 1px 3px 2px #8E4B63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E4B63;
-webkit-box-shadow: 1px 1px 3px 2px #8E4B63;
box-shadow:1px 1px 3px 2px #8E4B63;">
Div content here</div>
This div box has shadow with color #8E4B63.

Preview

Color preview on black background

This text has color #8E4B63 on black background.


Color preview on white background

This text has color #8E4B63 on white background.



Black color preview on #8E4B63 background

This text has black color on #8E4B63 background.


White color preview on #8E4B63 background

This text has white color on #8E4B63 background.