COLOR #7250A4

HEX: #7250A4
RGB: (114,80,164)

Color info

#7250A4 contains mainly red and blue colors. Web safe color of #7250A4 is #666699 (or #669).

RGB color model

#7250A4 color RGB value is (114,80,164).

  • red value is 114;
  • green value is 80;
  • blue value is 164.
RGB:
(114,80,164)
(45%,31%,64%)

RGB channels and saturation

R 114 of 255 = 45%
G 80 of 255 = 31%
B 164 of 255 = 64%

114
80
164

R + G + B ~ 47%. #7250A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 80 + 164 = 358 (100%)
R 114 of 358 ~ 31.84%
G 80 of 358 ~ 22.35%
B 164 of 358 ~ 45.81%

%31.84
%22.35
%45.81

CMYK color model

#7250A4 color CMYK value is (30,51,0,36).

  • cyan value is 30.49%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(30,51,0,36)
C30M51Y0K36 
(30%,51%,0%,36%)
(0.30/0.51/0.00/0.36)	

CMYK percentages

%30.49
%51.22
%0
%35.69

Codes

Color #7250A4 in popluar color models

7250A4
RGB11480164
HSL264°34.43%47.84%
HSB/HSV264°51.22%64.31%
CMYK30.49%51.22%0.00%
35.69%

Color #7250A4 in popluar number systems.

HEX7250A4
Decimal11480164
Binary1110010101000010100100
Octal162120244

Shades and tints

Shades of #7250A4

#7250A4
(114,80,164)
#684996
(104,73,150)
#5E4288
(94,66,136)
#543B7A
(84,59,122)
#4A346C
(74,52,108)
#402D5E
(64,45,94)
#362650
(54,38,80)
#2C1F42
(44,31,66)
#221834
(34,24,52)
#181126
(24,17,38)
#0E0A18
(14,10,24)
#000000
(0,0,0)

Tints of #7250A4

#7250A4
(114,80,164)
#7E5FAC
(126,95,172)
#8A6EB4
(138,110,180)
#967DBC
(150,125,188)
#A28CC4
(162,140,196)
#AE9BCC
(174,155,204)
#BAAAD4
(186,170,212)
#C6B9DC
(198,185,220)
#D2C8E4
(210,200,228)
#DED7EC
(222,215,236)
#EAE6F4
(234,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7250A4 color. Also use rgb(114,80,164) instead hex code.

Text Font Color

.myTextColor { color: #7250A4; }

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

This text font color is #7250A4.


Background Color

.myBgColor { background-color: #7250A4; }

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

This div background color is #7250A4.


Border color

.myBorderColor { border: 1px solid #7250A4; }

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

This div border color is #7250A4.


Opacity

.myOpacity80 { color: #7250A4; opacity: 0.8; }

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

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

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

This text has shadow with #7250A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7250A4 on black background.


Color preview on white background

This text has color #7250A4 on white background.



Black color preview on #7250A4 background

This text has black color on #7250A4 background.


White color preview on #7250A4 background

This text has white color on #7250A4 background.