COLOR #714C82

HEX: #714C82
RGB: (113,76,130)

Renk bilgisi

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

RGB renk modeli

#714C82 color RGB value is (113,76,130).

  • kırmız ton 113;
  • yeşil ton 76;
  • mavi ton 130.
RGB:
(113,76,130)
(44%,30%,51%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 76 of 255 = 30%
B 130 of 255 = 51%

113
76
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 76 + 130 = 319 (100%)
R 113 of 319 ~ 35.42%
G 76 of 319 ~ 23.82%
B 130 of 319 ~ 40.75%

%35.42
%23.82
%40.75

CMYK RENK MODELİ

#714C82 rengi CMYK tonu (13,42,0,49).

  • camgöbeği tonu 13.08%
  • eflatun tonu 41.54%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(13,42,0,49)
C13M42Y0K49 
(13%,42%,0%,49%)
(0.13/0.42/0.00/0.49)	

CMYK yüzdeleri

%13.08
%41.54
%0
%49.02

Codes

Color #714C82 in popluar color models

714C82
RGB11376130
HSL281°26.21%40.39%
HSB/HSV281°41.54%50.98%
CMYK13.08%41.54%0.00%
49.02%

Color #714C82 in popluar number systems.

HEX714C82
Decimal11376130
Binary1110001100110010000010
Octal161114202

Shades and tints

Shades of #714C82

#714C82
(113,76,130)
#674677
(103,70,119)
#5D406C
(93,64,108)
#533A61
(83,58,97)
#493456
(73,52,86)
#3F2E4B
(63,46,75)
#352840
(53,40,64)
#2B2235
(43,34,53)
#211C2A
(33,28,42)
#17161F
(23,22,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #714C82

#714C82
(113,76,130)
#7D5C8D
(125,92,141)
#896C98
(137,108,152)
#957CA3
(149,124,163)
#A18CAE
(161,140,174)
#AD9CB9
(173,156,185)
#B9ACC4
(185,172,196)
#C5BCCF
(197,188,207)
#D1CCDA
(209,204,218)
#DDDCE5
(221,220,229)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714C82 color. Also use rgb(113,76,130) instead hex code.

Text Font Color

.myTextColor { color: #714C82; }

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

This text font color is #714C82.


Background Color

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

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

This div background color is #714C82.


Border color

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

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

This div border color is #714C82.


Opacity

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

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

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

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

This text has shadow with #714C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C82 on black background.


Color preview on white background

This text has color #714C82 on white background.



Black color preview on #714C82 background

This text has black color on #714C82 background.


White color preview on #714C82 background

This text has white color on #714C82 background.