COLOR #BE5ED8

HEX: #BE5ED8
RGB: (190,94,216)

Renk bilgisi

#BE5ED8 contains mainly red and blue colors. #BE5ED8 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#BE5ED8 color RGB value is (190,94,216).

  • kırmız ton 190;
  • yeşil ton 94;
  • mavi ton 216.
RGB:
(190,94,216)
(75%,37%,85%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 94 of 255 = 37%
B 216 of 255 = 85%

190
94
216

R + G + B ~ 66%. #BE5ED8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 94 + 216 = 500 (100%)
R 190 of 500 ~ 38%
G 94 of 500 ~ 18.8%
B 216 of 500 ~ 43.2%

%38
%18.8
%43.2

CMYK RENK MODELİ

#BE5ED8 rengi CMYK tonu (12,56,0,15).

  • camgöbeği tonu 12.04%
  • eflatun tonu 56.48%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(12,56,0,15)
C12M56Y0K15 
(12%,56%,0%,15%)
(0.12/0.56/0.00/0.15)	

CMYK yüzdeleri

%12.04
%56.48
%0
%15.29

Codes

Color #BE5ED8 in popluar color models

BE5ED8
RGB19094216
HSL287°61.00%60.78%
HSB/HSV287°56.48%84.71%
CMYK12.04%56.48%0.00%
15.29%

Color #BE5ED8 in popluar number systems.

HEXBE5ED8
Decimal19094216
Binary10111110101111011011000
Octal276136330

Shades and tints

Shades of #BE5ED8

#BE5ED8
(190,94,216)
#AD56C5
(173,86,197)
#9C4EB2
(156,78,178)
#8B469F
(139,70,159)
#7A3E8C
(122,62,140)
#693679
(105,54,121)
#582E66
(88,46,102)
#472653
(71,38,83)
#361E40
(54,30,64)
#25162D
(37,22,45)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #BE5ED8

#BE5ED8
(190,94,216)
#C36CDB
(195,108,219)
#C87ADE
(200,122,222)
#CD88E1
(205,136,225)
#D296E4
(210,150,228)
#D7A4E7
(215,164,231)
#DCB2EA
(220,178,234)
#E1C0ED
(225,192,237)
#E6CEF0
(230,206,240)
#EBDCF3
(235,220,243)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5ED8 color. Also use rgb(190,94,216) instead hex code.

Text Font Color

.myTextColor { color: #BE5ED8; }

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

This text font color is #BE5ED8.


Background Color

.myBgColor { background-color: #BE5ED8; }

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

This div background color is #BE5ED8.


Border color

.myBorderColor { border: 1px solid #BE5ED8; }

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

This div border color is #BE5ED8.


Opacity

.myOpacity80 { color: #BE5ED8; opacity: 0.8; }

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

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

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

This text has shadow with #BE5ED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5ED8 on black background.


Color preview on white background

This text has color #BE5ED8 on white background.



Black color preview on #BE5ED8 background

This text has black color on #BE5ED8 background.


White color preview on #BE5ED8 background

This text has white color on #BE5ED8 background.