COLOR #7E52BB

HEX: #7E52BB
RGB: (126,82,187)

Color info

#7E52BB contains mainly blue color. Web safe color of #7E52BB is #6666CC (or #66C).

RGB color model

#7E52BB color RGB value is (126,82,187).

  • red value is 126;
  • green value is 82;
  • blue value is 187.
RGB:
(126,82,187)
(49%,32%,73%)

RGB channels and saturation

R 126 of 255 = 49%
G 82 of 255 = 32%
B 187 of 255 = 73%

126
82
187

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

Portions of RGB colors in percentages

R + G + B =
126 + 82 + 187 = 395 (100%)
R 126 of 395 ~ 31.9%
G 82 of 395 ~ 20.76%
B 187 of 395 ~ 47.34%

%31.9
%20.76
%47.34

CMYK color model

#7E52BB color CMYK value is (33,56,0,27).

  • cyan value is 32.62%
  • magenta value is 56.15%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,56,0,27)
C33M56Y0K27 
(33%,56%,0%,27%)
(0.33/0.56/0.00/0.27)	

CMYK percentages

%32.62
%56.15
%0
%26.67

Codes

Color #7E52BB in popluar color models

7E52BB
RGB12682187
HSL265°43.57%52.75%
HSB/HSV265°56.15%73.33%
CMYK32.62%56.15%0.00%
26.67%

Color #7E52BB in popluar number systems.

HEX7E52BB
Decimal12682187
Binary1111110101001010111011
Octal176122273

Shades and tints

Shades of #7E52BB

#7E52BB
(126,82,187)
#734BAA
(115,75,170)
#684499
(104,68,153)
#5D3D88
(93,61,136)
#523677
(82,54,119)
#472F66
(71,47,102)
#3C2855
(60,40,85)
#312144
(49,33,68)
#261A33
(38,26,51)
#1B1322
(27,19,34)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #7E52BB

#7E52BB
(126,82,187)
#8961C1
(137,97,193)
#9470C7
(148,112,199)
#9F7FCD
(159,127,205)
#AA8ED3
(170,142,211)
#B59DD9
(181,157,217)
#C0ACDF
(192,172,223)
#CBBBE5
(203,187,229)
#D6CAEB
(214,202,235)
#E1D9F1
(225,217,241)
#ECE8F7
(236,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E52BB color. Also use rgb(126,82,187) instead hex code.

Text Font Color

.myTextColor { color: #7E52BB; }

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

This text font color is #7E52BB.


Background Color

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

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

This div background color is #7E52BB.


Border color

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

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

This div border color is #7E52BB.


Opacity

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

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

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

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

This text has shadow with #7E52BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E52BB on black background.


Color preview on white background

This text has color #7E52BB on white background.



Black color preview on #7E52BB background

This text has black color on #7E52BB background.


White color preview on #7E52BB background

This text has white color on #7E52BB background.