COLOR #87477D

HEX: #87477D
RGB: (135,71,125)

Renk bilgisi

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

RGB renk modeli

#87477D color RGB value is (135,71,125).

  • kırmız ton 135;
  • yeşil ton 71;
  • mavi ton 125.
RGB:
(135,71,125)
(53%,28%,49%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 71 of 255 = 28%
B 125 of 255 = 49%

135
71
125

R + G + B ~ 43%. #87477D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 71 + 125 = 331 (100%)
R 135 of 331 ~ 40.79%
G 71 of 331 ~ 21.45%
B 125 of 331 ~ 37.76%

%40.79
%21.45
%37.76

CMYK RENK MODELİ

#87477D rengi CMYK tonu (0,47,7,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.41%
  • sarı tonu 7.41%
  • ana renk tonu 47.06%
CMYK:
(0,47,7,47)
C0M47Y7K47 
(0%,47%,7%,47%)
(0.00/0.47/0.07/0.47)	

CMYK yüzdeleri

%0
%47.41
%7.41
%47.06

Codes

Color #87477D in popluar color models

87477D
RGB13571125
HSL309°31.07%40.39%
HSB/HSV309°47.41%52.94%
CMYK0.00%47.41%7.41%
47.06%

Color #87477D in popluar number systems.

HEX87477D
Decimal13571125
Binary1000011110001111111101
Octal207107175

Shades and tints

Shades of #87477D

#87477D
(135,71,125)
#7B4172
(123,65,114)
#6F3B67
(111,59,103)
#63355C
(99,53,92)
#572F51
(87,47,81)
#4B2946
(75,41,70)
#3F233B
(63,35,59)
#331D30
(51,29,48)
#271725
(39,23,37)
#1B111A
(27,17,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #87477D

#87477D
(135,71,125)
#915788
(145,87,136)
#9B6793
(155,103,147)
#A5779E
(165,119,158)
#AF87A9
(175,135,169)
#B997B4
(185,151,180)
#C3A7BF
(195,167,191)
#CDB7CA
(205,183,202)
#D7C7D5
(215,199,213)
#E1D7E0
(225,215,224)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87477D color. Also use rgb(135,71,125) instead hex code.

Text Font Color

.myTextColor { color: #87477D; }

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

This text font color is #87477D.


Background Color

.myBgColor { background-color: #87477D; }

<div style="background-color:#87477D">Inner text</div>

This div background color is #87477D.


Border color

.myBorderColor { border: 1px solid #87477D; }

<div style="border:3px solid #87477D">Div</div>

This div border color is #87477D.


Opacity

.myOpacity80 { color: #87477D; opacity: 0.8; }

<p style="color:#87477D;opacity:0.8;">80%</p>

Text with #87477D 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 #87477D;}

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

This text has shadow with #87477D color.

.textShadow {text-shadow: 3px 3px 1px #87477D, 3px 3px 1px red;}

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

This text has shadow with #87477D primary color and red secondary color.


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

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

This text has shadow with #87477D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87477D on black background.


Color preview on white background

This text has color #87477D on white background.



Black color preview on #87477D background

This text has black color on #87477D background.


White color preview on #87477D background

This text has white color on #87477D background.