COLOR #CB5EB5

HEX: #CB5EB5
RGB: (203,94,181)

Color info

#CB5EB5 contains mainly red and blue colors. Web safe color of #CB5EB5 is #CC66CC (or #C6C).

RGB color model

#CB5EB5 color RGB value is (203,94,181).

  • red value is 203;
  • green value is 94;
  • blue value is 181.
RGB:
(203,94,181)
(80%,37%,71%)

RGB channels and saturation

R 203 of 255 = 80%
G 94 of 255 = 37%
B 181 of 255 = 71%

203
94
181

R + G + B ~ 63%. #CB5EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 94 + 181 = 478 (100%)
R 203 of 478 ~ 42.47%
G 94 of 478 ~ 19.67%
B 181 of 478 ~ 37.87%

%42.47
%19.67
%37.87

CMYK color model

#CB5EB5 color CMYK value is (0,54,11,20).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK:
(0,54,11,20)
C0M54Y11K20 
(0%,54%,11%,20%)
(0.00/0.54/0.11/0.20)	

CMYK percentages

%0
%53.69
%10.84
%20.39

Codes

Color #CB5EB5 in popluar color models

CB5EB5
RGB20394181
HSL312°51.17%58.24%
HSB/HSV312°53.69%79.61%
CMYK0.00%53.69%10.84%
20.39%

Color #CB5EB5 in popluar number systems.

HEXCB5EB5
Decimal20394181
Binary11001011101111010110101
Octal313136265

Shades and tints

Shades of #CB5EB5

#CB5EB5
(203,94,181)
#B956A5
(185,86,165)
#A74E95
(167,78,149)
#954685
(149,70,133)
#833E75
(131,62,117)
#713665
(113,54,101)
#5F2E55
(95,46,85)
#4D2645
(77,38,69)
#3B1E35
(59,30,53)
#291625
(41,22,37)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #CB5EB5

#CB5EB5
(203,94,181)
#CF6CBB
(207,108,187)
#D37AC1
(211,122,193)
#D788C7
(215,136,199)
#DB96CD
(219,150,205)
#DFA4D3
(223,164,211)
#E3B2D9
(227,178,217)
#E7C0DF
(231,192,223)
#EBCEE5
(235,206,229)
#EFDCEB
(239,220,235)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5EB5 color. Also use rgb(203,94,181) instead hex code.

Text Font Color

.myTextColor { color: #CB5EB5; }

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

This text font color is #CB5EB5.


Background Color

.myBgColor { background-color: #CB5EB5; }

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

This div background color is #CB5EB5.


Border color

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

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

This div border color is #CB5EB5.


Opacity

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

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

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

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

This text has shadow with #CB5EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5EB5 on black background.


Color preview on white background

This text has color #CB5EB5 on white background.



Black color preview on #CB5EB5 background

This text has black color on #CB5EB5 background.


White color preview on #CB5EB5 background

This text has white color on #CB5EB5 background.