COLOR #C507B5

HEX: #C507B5
RGB: (197,7,181)

Color info

#C507B5 contains mainly red and blue colors. Web safe color of #C507B5 is #CC00CC (or #C0C).

RGB color model

#C507B5 color RGB value is (197,7,181).

  • red value is 197;
  • green value is 7;
  • blue value is 181.
RGB:
(197,7,181)
(77%,3%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 7 of 255 = 3%
B 181 of 255 = 71%

197
7
181

R + G + B ~ 50%. #C507B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 7 + 181 = 385 (100%)
R 197 of 385 ~ 51.17%
G 7 of 385 ~ 1.82%
B 181 of 385 ~ 47.01%

%51.17
%47.01

CMYK color model

#C507B5 color CMYK value is (0,96,8,23).

  • cyan value is 0.00%
  • magenta value is 96.45%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,96,8,23)
C0M96Y8K23 
(0%,96%,8%,23%)
(0.00/0.96/0.08/0.23)	

CMYK percentages

%0
%96.45
%8.12
%22.75

Codes

Color #C507B5 in popluar color models

C507B5
RGB1977181
HSL305°93.14%40.00%
HSB/HSV305°96.45%77.25%
CMYK0.00%96.45%8.12%
22.75%

Color #C507B5 in popluar number systems.

HEXC507B5
Decimal1977181
Binary1100010111110110101
Octal3057265

Shades and tints

Shades of #C507B5

#C507B5
(197,7,181)
#B407A5
(180,7,165)
#A30795
(163,7,149)
#920785
(146,7,133)
#810775
(129,7,117)
#700765
(112,7,101)
#5F0755
(95,7,85)
#4E0745
(78,7,69)
#3D0735
(61,7,53)
#2C0725
(44,7,37)
#1B0715
(27,7,21)
#000000
(0,0,0)

Tints of #C507B5

#C507B5
(197,7,181)
#CA1DBB
(202,29,187)
#CF33C1
(207,51,193)
#D449C7
(212,73,199)
#D95FCD
(217,95,205)
#DE75D3
(222,117,211)
#E38BD9
(227,139,217)
#E8A1DF
(232,161,223)
#EDB7E5
(237,183,229)
#F2CDEB
(242,205,235)
#F7E3F1
(247,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C507B5 color. Also use rgb(197,7,181) instead hex code.

Text Font Color

.myTextColor { color: #C507B5; }

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

This text font color is #C507B5.


Background Color

.myBgColor { background-color: #C507B5; }

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

This div background color is #C507B5.


Border color

.myBorderColor { border: 1px solid #C507B5; }

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

This div border color is #C507B5.


Opacity

.myOpacity80 { color: #C507B5; opacity: 0.8; }

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

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

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

This text has shadow with #C507B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C507B5 on black background.


Color preview on white background

This text has color #C507B5 on white background.



Black color preview on #C507B5 background

This text has black color on #C507B5 background.


White color preview on #C507B5 background

This text has white color on #C507B5 background.