HEX: #C589EE
RGB: (197,137,238)
#C589EE contains mainly red and blue colors. #C589EE ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.
#C589EE color RGB value is (197,137,238).
RGB: (197,137,238)
(77%, 54%, 93%)
R 197 of 255 = 77%
G 137 of 255 = 54%
B 238 of 255 = 93%
R + G + B ~ 75%. #C589EE is quite light color.
R + G + B = 197 + 137 + 238 = 572 (100%)
R 197 of 572 ~ 34.44%
G 137 of 572 ~ 23.95%
B 238 of 572 ~ 41.61'%
#C589EE rengi CMYK tonu (17,42,0,7).
CMYK: (17,42,0,7)
C17M42Y0K7 (17%, 42%, 0%, 7%)
(0.17 / 0.42 / 0.00 / 0.07)
Color #C589EE in popluar color models
C5 | 89 | EE | |
---|---|---|---|
RGB | 197 | 137 | 238 |
HSL | 276° | 74.81% | 73.53% |
HSB/HSV | 276° | 42.44% | 93.33% |
CMYK | 17.23% | 42.44% | 0.00% |
6.67% |
Color #C589EE in popluar number systems.
HEX | C5 | 89 | EE |
Decimal | 197 | 137 | 238 |
Binary | 11000101 | 10001001 | 11101110 |
Octal | 305 | 211 | 356 |
Shades of #C589EE
Tints of #C589EE
Examples of css and html codes for elements with #C589EE color. Also use rgb(197,137,238) instead hex code.
.myTextColor { color: #C589EE; }
<p style="color:#C589EE">This sample text font color is #C589EE.</p>
This text font color is #C589EE.
.myBgColor { background-color: #C589EE; }
<div style="background-color:#C589EE">Inner text</div>
This div background color is #C589EE.
.myBorderColor { border: 1px solid #C589EE; }
<div style="border:3px solid #C589EE">Div</div>
This div border color is #C589EE.
.myOpacity80 { color: #C589EE; opacity: 0.8; }
<p style="color:#C589EE;opacity:0.8;">80%</p>
Text with #C589EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C589EE;}
<p style="text-shadow: 3px 3px 1px #C589EE">Text here.</p>
This text has shadow with #C589EE color.
.textShadow {text-shadow: 3px 3px 1px #C589EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C589EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C589EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C589EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C589EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C589EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C589EE;
-webkit-box-shadow: 1px 1px 3px 2px #C589EE;
box-shadow: 1px 1px 3px 2px #C589EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C589EE; -webkit-box-shadow: 1px 1px 3px 2px #C589EE; box-shadow:1px 1px 3px 2px #C589EE;">
Div content here
</div>
This text has color #C589EE on black background.
This text has color #C589EE on white background.
This text has black color on #C589EE background.
This text has white color on #C589EE background.
Complementary color for #hex is #3A7611.