COLOR #714E99

HEX: #714E99
RGB: (113,78,153)

Renk bilgisi

#714E99 contains mainly red and blue colors. #714E99 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#714E99 color RGB value is (113,78,153).

  • kırmız ton 113;
  • yeşil ton 78;
  • mavi ton 153.
RGB:
(113,78,153)
(44%,31%,60%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 78 of 255 = 31%
B 153 of 255 = 60%

113
78
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 78 + 153 = 344 (100%)
R 113 of 344 ~ 32.85%
G 78 of 344 ~ 22.67%
B 153 of 344 ~ 44.48%

%32.85
%22.67
%44.48

CMYK RENK MODELİ

#714E99 rengi CMYK tonu (26,49,0,40).

  • camgöbeği tonu 26.14%
  • eflatun tonu 49.02%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(26,49,0,40)
C26M49Y0K40 
(26%,49%,0%,40%)
(0.26/0.49/0.00/0.40)	

CMYK yüzdeleri

%26.14
%49.02
%0
%40

Codes

Color #714E99 in popluar color models

714E99
RGB11378153
HSL268°32.47%45.29%
HSB/HSV268°49.02%60.00%
CMYK26.14%49.02%0.00%
40.00%

Color #714E99 in popluar number systems.

HEX714E99
Decimal11378153
Binary1110001100111010011001
Octal161116231

Shades and tints

Shades of #714E99

#714E99
(113,78,153)
#67478C
(103,71,140)
#5D407F
(93,64,127)
#533972
(83,57,114)
#493265
(73,50,101)
#3F2B58
(63,43,88)
#35244B
(53,36,75)
#2B1D3E
(43,29,62)
#211631
(33,22,49)
#170F24
(23,15,36)
#0D0817
(13,8,23)
#000000
(0,0,0)

Tints of #714E99

#714E99
(113,78,153)
#7D5EA2
(125,94,162)
#896EAB
(137,110,171)
#957EB4
(149,126,180)
#A18EBD
(161,142,189)
#AD9EC6
(173,158,198)
#B9AECF
(185,174,207)
#C5BED8
(197,190,216)
#D1CEE1
(209,206,225)
#DDDEEA
(221,222,234)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714E99 color. Also use rgb(113,78,153) instead hex code.

Text Font Color

.myTextColor { color: #714E99; }

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

This text font color is #714E99.


Background Color

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

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

This div background color is #714E99.


Border color

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

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

This div border color is #714E99.


Opacity

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

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

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

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

This text has shadow with #714E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E99 on black background.


Color preview on white background

This text has color #714E99 on white background.



Black color preview on #714E99 background

This text has black color on #714E99 background.


White color preview on #714E99 background

This text has white color on #714E99 background.