COLOR #714FA5

HEX: #714FA5
RGB: (113,79,165)

Renk bilgisi

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

RGB renk modeli

#714FA5 color RGB value is (113,79,165).

  • kırmız ton 113;
  • yeşil ton 79;
  • mavi ton 165.
RGB:
(113,79,165)
(44%,31%,65%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 79 of 255 = 31%
B 165 of 255 = 65%

113
79
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 79 + 165 = 357 (100%)
R 113 of 357 ~ 31.65%
G 79 of 357 ~ 22.13%
B 165 of 357 ~ 46.22%

%31.65
%22.13
%46.22

CMYK RENK MODELİ

#714FA5 rengi CMYK tonu (32,52,0,35).

  • camgöbeği tonu 31.52%
  • eflatun tonu 52.12%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(32,52,0,35)
C32M52Y0K35 
(32%,52%,0%,35%)
(0.32/0.52/0.00/0.35)	

CMYK yüzdeleri

%31.52
%52.12
%0
%35.29

Codes

Color #714FA5 in popluar color models

714FA5
RGB11379165
HSL264°35.25%47.84%
HSB/HSV264°52.12%64.71%
CMYK31.52%52.12%0.00%
35.29%

Color #714FA5 in popluar number systems.

HEX714FA5
Decimal11379165
Binary1110001100111110100101
Octal161117245

Shades and tints

Shades of #714FA5

#714FA5
(113,79,165)
#674896
(103,72,150)
#5D4187
(93,65,135)
#533A78
(83,58,120)
#493369
(73,51,105)
#3F2C5A
(63,44,90)
#35254B
(53,37,75)
#2B1E3C
(43,30,60)
#21172D
(33,23,45)
#17101E
(23,16,30)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #714FA5

#714FA5
(113,79,165)
#7D5FAD
(125,95,173)
#896FB5
(137,111,181)
#957FBD
(149,127,189)
#A18FC5
(161,143,197)
#AD9FCD
(173,159,205)
#B9AFD5
(185,175,213)
#C5BFDD
(197,191,221)
#D1CFE5
(209,207,229)
#DDDFED
(221,223,237)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714FA5 color. Also use rgb(113,79,165) instead hex code.

Text Font Color

.myTextColor { color: #714FA5; }

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

This text font color is #714FA5.


Background Color

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

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

This div background color is #714FA5.


Border color

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

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

This div border color is #714FA5.


Opacity

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

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

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

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

This text has shadow with #714FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714FA5 on black background.


Color preview on white background

This text has color #714FA5 on white background.



Black color preview on #714FA5 background

This text has black color on #714FA5 background.


White color preview on #714FA5 background

This text has white color on #714FA5 background.