COLOR #7D57EE

HEX: #7D57EE
RGB: (125,87,238)

Renk bilgisi

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

RGB renk modeli

#7D57EE color RGB value is (125,87,238).

  • kırmız ton 125;
  • yeşil ton 87;
  • mavi ton 238.
RGB:
(125,87,238)
(49%,34%,93%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 87 of 255 = 34%
B 238 of 255 = 93%

125
87
238

R + G + B ~ 59%. #7D57EE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 87 + 238 = 450 (100%)
R 125 of 450 ~ 27.78%
G 87 of 450 ~ 19.33%
B 238 of 450 ~ 52.89%

%27.78
%19.33
%52.89

CMYK RENK MODELİ

#7D57EE rengi CMYK tonu (47,63,0,7).

  • camgöbeği tonu 47.48%
  • eflatun tonu 63.45%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(47,63,0,7)
C47M63Y0K7 
(47%,63%,0%,7%)
(0.47/0.63/0.00/0.07)	

CMYK yüzdeleri

%47.48
%63.45
%0
%6.67

Codes

Color #7D57EE in popluar color models

7D57EE
RGB12587238
HSL255°81.62%63.73%
HSB/HSV255°63.45%93.33%
CMYK47.48%63.45%0.00%
6.67%

Color #7D57EE in popluar number systems.

HEX7D57EE
Decimal12587238
Binary1111101101011111101110
Octal175127356

Shades and tints

Shades of #7D57EE

#7D57EE
(125,87,238)
#7250D9
(114,80,217)
#6749C4
(103,73,196)
#5C42AF
(92,66,175)
#513B9A
(81,59,154)
#463485
(70,52,133)
#3B2D70
(59,45,112)
#30265B
(48,38,91)
#251F46
(37,31,70)
#1A1831
(26,24,49)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #7D57EE

#7D57EE
(125,87,238)
#8866EF
(136,102,239)
#9375F0
(147,117,240)
#9E84F1
(158,132,241)
#A993F2
(169,147,242)
#B4A2F3
(180,162,243)
#BFB1F4
(191,177,244)
#CAC0F5
(202,192,245)
#D5CFF6
(213,207,246)
#E0DEF7
(224,222,247)
#EBEDF8
(235,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D57EE color. Also use rgb(125,87,238) instead hex code.

Text Font Color

.myTextColor { color: #7D57EE; }

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

This text font color is #7D57EE.


Background Color

.myBgColor { background-color: #7D57EE; }

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

This div background color is #7D57EE.


Border color

.myBorderColor { border: 1px solid #7D57EE; }

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

This div border color is #7D57EE.


Opacity

.myOpacity80 { color: #7D57EE; opacity: 0.8; }

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

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

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

This text has shadow with #7D57EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D57EE on black background.


Color preview on white background

This text has color #7D57EE on white background.



Black color preview on #7D57EE background

This text has black color on #7D57EE background.


White color preview on #7D57EE background

This text has white color on #7D57EE background.