COLOR #711BE1

HEX: #711BE1
RGB: (113,27,225)

Renk bilgisi

#711BE1 contains mainly blue color. #711BE1 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#711BE1 color RGB value is (113,27,225).

  • kırmız ton 113;
  • yeşil ton 27;
  • mavi ton 225.
RGB:
(113,27,225)
(44%,11%,88%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 27 of 255 = 11%
B 225 of 255 = 88%

113
27
225

R + G + B ~ 48%. #711BE1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 27 + 225 = 365 (100%)
R 113 of 365 ~ 30.96%
G 27 of 365 ~ 7.4%
B 225 of 365 ~ 61.64%

%30.96
%61.64

CMYK RENK MODELİ

#711BE1 rengi CMYK tonu (50,88,0,12).

  • camgöbeği tonu 49.78%
  • eflatun tonu 88.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(50,88,0,12)
C50M88Y0K12 
(50%,88%,0%,12%)
(0.50/0.88/0.00/0.12)	

CMYK yüzdeleri

%49.78
%88
%0
%11.76

Codes

Color #711BE1 in popluar color models

711BE1
RGB11327225
HSL266°78.57%49.41%
HSB/HSV266°88.00%88.24%
CMYK49.78%88.00%0.00%
11.76%

Color #711BE1 in popluar number systems.

HEX711BE1
Decimal11327225
Binary11100011101111100001
Octal16133341

Shades and tints

Shades of #711BE1

#711BE1
(113,27,225)
#6719CD
(103,25,205)
#5D17B9
(93,23,185)
#5315A5
(83,21,165)
#491391
(73,19,145)
#3F117D
(63,17,125)
#350F69
(53,15,105)
#2B0D55
(43,13,85)
#210B41
(33,11,65)
#17092D
(23,9,45)
#0D0719
(13,7,25)
#000000
(0,0,0)

Tints of #711BE1

#711BE1
(113,27,225)
#7D2FE3
(125,47,227)
#8943E5
(137,67,229)
#9557E7
(149,87,231)
#A16BE9
(161,107,233)
#AD7FEB
(173,127,235)
#B993ED
(185,147,237)
#C5A7EF
(197,167,239)
#D1BBF1
(209,187,241)
#DDCFF3
(221,207,243)
#E9E3F5
(233,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711BE1 color. Also use rgb(113,27,225) instead hex code.

Text Font Color

.myTextColor { color: #711BE1; }

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

This text font color is #711BE1.


Background Color

.myBgColor { background-color: #711BE1; }

<div style="background-color:#711BE1">Inner text</div>

This div background color is #711BE1.


Border color

.myBorderColor { border: 1px solid #711BE1; }

<div style="border:3px solid #711BE1">Div</div>

This div border color is #711BE1.


Opacity

.myOpacity80 { color: #711BE1; opacity: 0.8; }

<p style="color:#711BE1;opacity:0.8;">80%</p>

Text with #711BE1 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 #711BE1;}

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

This text has shadow with #711BE1 color.

.textShadow {text-shadow: 3px 3px 1px #711BE1, 3px 3px 1px red;}

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

This text has shadow with #711BE1 primary color and red secondary color.


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

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

This text has shadow with #711BE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711BE1 on black background.


Color preview on white background

This text has color #711BE1 on white background.



Black color preview on #711BE1 background

This text has black color on #711BE1 background.


White color preview on #711BE1 background

This text has white color on #711BE1 background.