COLOR #714D80

HEX: #714D80
RGB: (113,77,128)

Renk bilgisi

#714D80 contains red, green and blue colors in about the same proportion. #714D80 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#714D80 color RGB value is (113,77,128).

  • kırmız ton 113;
  • yeşil ton 77;
  • mavi ton 128.
RGB:
(113,77,128)
(44%,30%,50%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 128 of 255 = 50%

113
77
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 128 = 318 (100%)
R 113 of 318 ~ 35.53%
G 77 of 318 ~ 24.21%
B 128 of 318 ~ 40.25%

%35.53
%24.21
%40.25

CMYK RENK MODELİ

#714D80 rengi CMYK tonu (12,40,0,50).

  • camgöbeği tonu 11.72%
  • eflatun tonu 39.84%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(12,40,0,50)
C12M40Y0K50 
(12%,40%,0%,50%)
(0.12/0.40/0.00/0.50)	

CMYK yüzdeleri

%11.72
%39.84
%0
%49.8

Codes

Color #714D80 in popluar color models

714D80
RGB11377128
HSL282°24.88%40.20%
HSB/HSV282°39.84%50.20%
CMYK11.72%39.84%0.00%
49.80%

Color #714D80 in popluar number systems.

HEX714D80
Decimal11377128
Binary1110001100110110000000
Octal161115200

Shades and tints

Shades of #714D80

#714D80
(113,77,128)
#674675
(103,70,117)
#5D3F6A
(93,63,106)
#53385F
(83,56,95)
#493154
(73,49,84)
#3F2A49
(63,42,73)
#35233E
(53,35,62)
#2B1C33
(43,28,51)
#211528
(33,21,40)
#170E1D
(23,14,29)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #714D80

#714D80
(113,77,128)
#7D5D8B
(125,93,139)
#896D96
(137,109,150)
#957DA1
(149,125,161)
#A18DAC
(161,141,172)
#AD9DB7
(173,157,183)
#B9ADC2
(185,173,194)
#C5BDCD
(197,189,205)
#D1CDD8
(209,205,216)
#DDDDE3
(221,221,227)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D80 color. Also use rgb(113,77,128) instead hex code.

Text Font Color

.myTextColor { color: #714D80; }

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

This text font color is #714D80.


Background Color

.myBgColor { background-color: #714D80; }

<div style="background-color:#714D80">Inner text</div>

This div background color is #714D80.


Border color

.myBorderColor { border: 1px solid #714D80; }

<div style="border:3px solid #714D80">Div</div>

This div border color is #714D80.


Opacity

.myOpacity80 { color: #714D80; opacity: 0.8; }

<p style="color:#714D80;opacity:0.8;">80%</p>

Text with #714D80 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 #714D80;}

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

This text has shadow with #714D80 color.

.textShadow {text-shadow: 3px 3px 1px #714D80, 3px 3px 1px red;}

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

This text has shadow with #714D80 primary color and red secondary color.


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

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

This text has shadow with #714D80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D80 on black background.


Color preview on white background

This text has color #714D80 on white background.



Black color preview on #714D80 background

This text has black color on #714D80 background.


White color preview on #714D80 background

This text has white color on #714D80 background.