COLOR #5D63F7

HEX: #5D63F7
RGB: (93,99,247)

Renk bilgisi

#5D63F7 contains mainly blue color. #5D63F7 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#5D63F7 color RGB value is (93,99,247).

  • kırmız ton 93;
  • yeşil ton 99;
  • mavi ton 247.
RGB:
(93,99,247)
(36%,39%,97%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 99 of 255 = 39%
B 247 of 255 = 97%

93
99
247

R + G + B ~ 57%. #5D63F7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 99 + 247 = 439 (100%)
R 93 of 439 ~ 21.18%
G 99 of 439 ~ 22.55%
B 247 of 439 ~ 56.26%

%21.18
%22.55
%56.26

CMYK RENK MODELİ

#5D63F7 rengi CMYK tonu (62,60,0,3).

  • camgöbeği tonu 62.35%
  • eflatun tonu 59.92%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(62,60,0,3)
C62M60Y0K3 
(62%,60%,0%,3%)
(0.62/0.60/0.00/0.03)	

CMYK yüzdeleri

%62.35
%59.92
%0
%3.14

Codes

Color #5D63F7 in popluar color models

5D63F7
RGB9399247
HSL238°90.59%66.67%
HSB/HSV238°62.35%96.86%
CMYK62.35%59.92%0.00%
3.14%

Color #5D63F7 in popluar number systems.

HEX5D63F7
Decimal9399247
Binary1011101110001111110111
Octal135143367

Shades and tints

Shades of #5D63F7

#5D63F7
(93,99,247)
#555AE1
(85,90,225)
#4D51CB
(77,81,203)
#4548B5
(69,72,181)
#3D3F9F
(61,63,159)
#353689
(53,54,137)
#2D2D73
(45,45,115)
#25245D
(37,36,93)
#1D1B47
(29,27,71)
#151231
(21,18,49)
#0D091B
(13,9,27)
#000000
(0,0,0)

Tints of #5D63F7

#5D63F7
(93,99,247)
#6B71F7
(107,113,247)
#797FF7
(121,127,247)
#878DF7
(135,141,247)
#959BF7
(149,155,247)
#A3A9F7
(163,169,247)
#B1B7F7
(177,183,247)
#BFC5F7
(191,197,247)
#CDD3F7
(205,211,247)
#DBE1F7
(219,225,247)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D63F7 color. Also use rgb(93,99,247) instead hex code.

Text Font Color

.myTextColor { color: #5D63F7; }

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

This text font color is #5D63F7.


Background Color

.myBgColor { background-color: #5D63F7; }

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

This div background color is #5D63F7.


Border color

.myBorderColor { border: 1px solid #5D63F7; }

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

This div border color is #5D63F7.


Opacity

.myOpacity80 { color: #5D63F7; opacity: 0.8; }

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

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

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

This text has shadow with #5D63F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D63F7 on black background.


Color preview on white background

This text has color #5D63F7 on white background.



Black color preview on #5D63F7 background

This text has black color on #5D63F7 background.


White color preview on #5D63F7 background

This text has white color on #5D63F7 background.