COLOR #7252C3

HEX: #7252C3 RGB: (114,82,195)

Color info

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

RGB color model

#7252C3 color RGB value is (114,82,195).

RGB: (114,82,195) (45%, 32%, 76%)

RGB channels and saturation

R 114 of 255 = 45%
G 82 of 255 = 32%
B 195 of 255 = 76%

114
82
195

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

Portions of RGB colors in percentages

R + G + B = 114 + 82 + 195 = 391 (100%)
R 114 of 391 ~ 29.16%
G 82 of 391 ~ 20.97%
B 195 of 391 ~ 49.87'%

%29.16
%20.97
%49.87

CMYK color model

#7252C3 color CMYK value is (42,58,0,24).

  • cyan value is 41.54%
  • magenta value is 57.95%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (42,58,0,24)
C42M58Y0K24 (42%, 58%, 0%, 24%)
(0.42 / 0.58 / 0.00 / 0.24)

CMYK percentages

%41.54
%57.95
%0
%23.53

Codes

Color #7252C3 in popluar color models

72 52 C3
RGB 114 82 195
HSL 257° 48.50% 54.31%
HSB/HSV 257° 57.95% 76.47%
CMYK 41.54% 57.95% 0.00%
23.53%

Color #7252C3 in popluar number systems.

HEX 72 52 C3
Decimal 114 82 195
Binary 1110010 1010010 11000011
Octal 162 122 303

Shades and tints

Shades of #7252C3

#7252C3
(114,82,195)
#684BB2
(104,75,178)
#5E44A1
(94,68,161)
#543D90
(84,61,144)
#4A367F
(74,54,127)
#402F6E
(64,47,110)
#36285D
(54,40,93)
#2C214C
(44,33,76)
#221A3B
(34,26,59)
#18132A
(24,19,42)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #7252C3

#7252C3
(114,82,195)
#7E61C8
(126,97,200)
#8A70CD
(138,112,205)
#967FD2
(150,127,210)
#A28ED7
(162,142,215)
#AE9DDC
(174,157,220)
#BAACE1
(186,172,225)
#C6BBE6
(198,187,230)
#D2CAEB
(210,202,235)
#DED9F0
(222,217,240)
#EAE8F5
(234,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7252C3 color. Also use rgb(114,82,195) instead hex code.

Text Font Color

.myTextColor { color: #7252C3; }

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

This text font color is #7252C3.

Background Color

.myBgColor { background-color: #7252C3; }

<div style="background-color:#7252C3">Inner text</div>

This div background color is #7252C3.

Border color

.myBorderColor { border: 1px solid #7252C3; }

<div style="border:3px solid #7252C3">Div</div>

This div border color is #7252C3.

Opacity

.myOpacity80 { color: #7252C3; opacity: 0.8; }

<p style="color:#7252C3;opacity:0.8;">80%</p>

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

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

This text has shadow with #7252C3 color.


.textShadow {text-shadow: 3px 3px 1px #7252C3', 3px 3px 1px red;}

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

This text has shadow with #7252C3 primary color and red secondary color.


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

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

This text has shadow with #7252C3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7252C3; -webkit-box-shadow: 1px 1px 3px 2px #7252C3; box-shadow:1px 1px 3px 2px #7252C3;">
Div content here
</div>

This div box has shadow with color #7252C3.

Preview

Color preview on black background

This text has color #7252C3 on black background.


Color preview on white background

This text has color #7252C3 on white background.


Black color preview on #7252C3 background

This text has black color on #7252C3 background.


White color preview on #7252C3 background

This text has white color on #7252C3 background.


Related colors

Complementary color

Complementary color for #hex is #8DAD3C.


I love getcolorcode.com

Triadic colors

1 #C37252 and #52C372 with #7252C3 are triadic colors.

2 #C35272 and #5272C3 with #7252C3 are triadic colors.