COLOR #884EA8

HEX: #884EA8
RGB: (136,78,168)

Renk bilgisi

#884EA8 contains mainly red and blue colors. #884EA8 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#884EA8 color RGB value is (136,78,168).

  • kırmız ton 136;
  • yeşil ton 78;
  • mavi ton 168.
RGB:
(136,78,168)
(53%,31%,66%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 78 of 255 = 31%
B 168 of 255 = 66%

136
78
168

R + G + B ~ 50%. #884EA8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 78 + 168 = 382 (100%)
R 136 of 382 ~ 35.6%
G 78 of 382 ~ 20.42%
B 168 of 382 ~ 43.98%

%35.6
%20.42
%43.98

CMYK RENK MODELİ

#884EA8 rengi CMYK tonu (19,54,0,34).

  • camgöbeği tonu 19.05%
  • eflatun tonu 53.57%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(19,54,0,34)
C19M54Y0K34 
(19%,54%,0%,34%)
(0.19/0.54/0.00/0.34)	

CMYK yüzdeleri

%19.05
%53.57
%0
%34.12

Codes

Color #884EA8 in popluar color models

884EA8
RGB13678168
HSL279°36.59%48.24%
HSB/HSV279°53.57%65.88%
CMYK19.05%53.57%0.00%
34.12%

Color #884EA8 in popluar number systems.

HEX884EA8
Decimal13678168
Binary10001000100111010101000
Octal210116250

Shades and tints

Shades of #884EA8

#884EA8
(136,78,168)
#7C4799
(124,71,153)
#70408A
(112,64,138)
#64397B
(100,57,123)
#58326C
(88,50,108)
#4C2B5D
(76,43,93)
#40244E
(64,36,78)
#341D3F
(52,29,63)
#281630
(40,22,48)
#1C0F21
(28,15,33)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #884EA8

#884EA8
(136,78,168)
#925EAF
(146,94,175)
#9C6EB6
(156,110,182)
#A67EBD
(166,126,189)
#B08EC4
(176,142,196)
#BA9ECB
(186,158,203)
#C4AED2
(196,174,210)
#CEBED9
(206,190,217)
#D8CEE0
(216,206,224)
#E2DEE7
(226,222,231)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884EA8 color. Also use rgb(136,78,168) instead hex code.

Text Font Color

.myTextColor { color: #884EA8; }

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

This text font color is #884EA8.


Background Color

.myBgColor { background-color: #884EA8; }

<div style="background-color:#884EA8">Inner text</div>

This div background color is #884EA8.


Border color

.myBorderColor { border: 1px solid #884EA8; }

<div style="border:3px solid #884EA8">Div</div>

This div border color is #884EA8.


Opacity

.myOpacity80 { color: #884EA8; opacity: 0.8; }

<p style="color:#884EA8;opacity:0.8;">80%</p>

Text with #884EA8 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 #884EA8;}

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

This text has shadow with #884EA8 color.

.textShadow {text-shadow: 3px 3px 1px #884EA8, 3px 3px 1px red;}

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

This text has shadow with #884EA8 primary color and red secondary color.


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

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

This text has shadow with #884EA8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884EA8 on black background.


Color preview on white background

This text has color #884EA8 on white background.



Black color preview on #884EA8 background

This text has black color on #884EA8 background.


White color preview on #884EA8 background

This text has white color on #884EA8 background.