COLOR #CA83B4

HEX: #CA83B4 RGB: (202,131,180)

Color info

#CA83B4 contains mainly red and blue colors. Web safe color of #CA83B4 is #CC99CC (or #C9C).

RGB color model

#CA83B4 color RGB value is (202,131,180).

RGB: (202,131,180) (79%, 51%, 71%)

RGB channels and saturation

R 202 of 255 = 79%
G 131 of 255 = 51%
B 180 of 255 = 71%

202
131
180

R + G + B ~ 67%. #CA83B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 131 + 180 = 513 (100%)
R 202 of 513 ~ 39.38%
G 131 of 513 ~ 25.54%
B 180 of 513 ~ 35.09'%

%39.38
%25.54
%35.09

CMYK color model

#CA83B4 color CMYK value is (0,35,11,21).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 10.89%
  • key color value is 20.78%

CMYK: (0,35,11,21)
C0M35Y11K21 (0%, 35%, 11%, 21%)
(0.00 / 0.35 / 0.11 / 0.21)

CMYK percentages

%0
%35.15
%10.89
%20.78

Codes

Color #CA83B4 in popluar color models

CA 83 B4
RGB 202 131 180
HSL 319° 40.11% 65.29%
HSB/HSV 319° 35.15% 79.22%
CMYK 0.00% 35.15% 10.89%
20.78%

Color #CA83B4 in popluar number systems.

HEX CA 83 B4
Decimal 202 131 180
Binary 11001010 10000011 10110100
Octal 312 203 264

Shades and tints

Shades of #CA83B4

#CA83B4
(202,131,180)
#B878A4
(184,120,164)
#A66D94
(166,109,148)
#946284
(148,98,132)
#825774
(130,87,116)
#704C64
(112,76,100)
#5E4154
(94,65,84)
#4C3644
(76,54,68)
#3A2B34
(58,43,52)
#282024
(40,32,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #CA83B4

#CA83B4
(202,131,180)
#CE8EBA
(206,142,186)
#D299C0
(210,153,192)
#D6A4C6
(214,164,198)
#DAAFCC
(218,175,204)
#DEBAD2
(222,186,210)
#E2C5D8
(226,197,216)
#E6D0DE
(230,208,222)
#EADBE4
(234,219,228)
#EEE6EA
(238,230,234)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA83B4 color. Also use rgb(202,131,180) instead hex code.

Text Font Color

.myTextColor { color: #CA83B4; }

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

This text font color is #CA83B4.

Background Color

.myBgColor { background-color: #CA83B4; }

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

This div background color is #CA83B4.

Border color

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

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

This div border color is #CA83B4.

Opacity

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

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

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

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

This text has shadow with #CA83B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA83B4.

Preview

Color preview on black background

This text has color #CA83B4 on black background.


Color preview on white background

This text has color #CA83B4 on white background.


Black color preview on #CA83B4 background

This text has black color on #CA83B4 background.


White color preview on #CA83B4 background

This text has white color on #CA83B4 background.


Related colors

Complementary color

Complementary color for #hex is #357C4B.


I love getcolorcode.com

Triadic colors

1 #B4CA83 and #83B4CA with #CA83B4 are triadic colors.

2 #B483CA and #83CAB4 with #CA83B4 are triadic colors.