COLOR #7E2358

HEX: #7E2358
RGB: (126,35,88)

Color info

#7E2358 contains mainly red and blue colors. Web safe color of #7E2358 is #663366 (or #636).

RGB color model

#7E2358 color RGB value is (126,35,88).

  • red value is 126;
  • green value is 35;
  • blue value is 88.
RGB:
(126,35,88)
(49%,14%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 35 of 255 = 14%
B 88 of 255 = 35%

126
35
88

R + G + B ~ 33%. #7E2358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 35 + 88 = 249 (100%)
R 126 of 249 ~ 50.6%
G 35 of 249 ~ 14.06%
B 88 of 249 ~ 35.34%

%50.6
%14.06
%35.34

CMYK color model

#7E2358 color CMYK value is (0,72,30,51).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,72,30,51)
C0M72Y30K51 
(0%,72%,30%,51%)
(0.00/0.72/0.30/0.51)	

CMYK percentages

%0
%72.22
%30.16
%50.59

Codes

Color #7E2358 in popluar color models

7E2358
RGB1263588
HSL325°56.52%31.57%
HSB/HSV325°72.22%49.41%
CMYK0.00%72.22%30.16%
50.59%

Color #7E2358 in popluar number systems.

HEX7E2358
Decimal1263588
Binary11111101000111011000
Octal17643130

Shades and tints

Shades of #7E2358

#7E2358
(126,35,88)
#732050
(115,32,80)
#681D48
(104,29,72)
#5D1A40
(93,26,64)
#521738
(82,23,56)
#471430
(71,20,48)
#3C1128
(60,17,40)
#310E20
(49,14,32)
#260B18
(38,11,24)
#1B0810
(27,8,16)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #7E2358

#7E2358
(126,35,88)
#893767
(137,55,103)
#944B76
(148,75,118)
#9F5F85
(159,95,133)
#AA7394
(170,115,148)
#B587A3
(181,135,163)
#C09BB2
(192,155,178)
#CBAFC1
(203,175,193)
#D6C3D0
(214,195,208)
#E1D7DF
(225,215,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2358 color. Also use rgb(126,35,88) instead hex code.

Text Font Color

.myTextColor { color: #7E2358; }

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

This text font color is #7E2358.


Background Color

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

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

This div background color is #7E2358.


Border color

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

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

This div border color is #7E2358.


Opacity

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

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

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

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

This text has shadow with #7E2358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2358 on black background.


Color preview on white background

This text has color #7E2358 on white background.



Black color preview on #7E2358 background

This text has black color on #7E2358 background.


White color preview on #7E2358 background

This text has white color on #7E2358 background.