COLOR #CE4A7D

HEX: #CE4A7D
RGB: (206,74,125)

Color info

#CE4A7D contains mainly red color. Web safe color of #CE4A7D is #CC3366 (or #C36).

RGB color model

#CE4A7D color RGB value is (206,74,125).

  • red value is 206;
  • green value is 74;
  • blue value is 125.
RGB:
(206,74,125)
(81%,29%,49%)

RGB channels and saturation

R 206 of 255 = 81%
G 74 of 255 = 29%
B 125 of 255 = 49%

206
74
125

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

Portions of RGB colors in percentages

R + G + B =
206 + 74 + 125 = 405 (100%)
R 206 of 405 ~ 50.86%
G 74 of 405 ~ 18.27%
B 125 of 405 ~ 30.86%

%50.86
%18.27
%30.86

CMYK color model

#CE4A7D color CMYK value is (0,64,39,19).

  • cyan value is 0.00%
  • magenta value is 64.08%
  • yellow value is 39.32%
  • key color value is 19.22%
CMYK:
(0,64,39,19)
C0M64Y39K19 
(0%,64%,39%,19%)
(0.00/0.64/0.39/0.19)	

CMYK percentages

%0
%64.08
%39.32
%19.22

Codes

Color #CE4A7D in popluar color models

CE4A7D
RGB20674125
HSL337°57.39%54.90%
HSB/HSV337°64.08%80.78%
CMYK0.00%64.08%39.32%
19.22%

Color #CE4A7D in popluar number systems.

HEXCE4A7D
Decimal20674125
Binary1100111010010101111101
Octal316112175

Shades and tints

Shades of #CE4A7D

#CE4A7D
(206,74,125)
#BC4472
(188,68,114)
#AA3E67
(170,62,103)
#98385C
(152,56,92)
#863251
(134,50,81)
#742C46
(116,44,70)
#62263B
(98,38,59)
#502030
(80,32,48)
#3E1A25
(62,26,37)
#2C141A
(44,20,26)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #CE4A7D

#CE4A7D
(206,74,125)
#D25A88
(210,90,136)
#D66A93
(214,106,147)
#DA7A9E
(218,122,158)
#DE8AA9
(222,138,169)
#E29AB4
(226,154,180)
#E6AABF
(230,170,191)
#EABACA
(234,186,202)
#EECAD5
(238,202,213)
#F2DAE0
(242,218,224)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE4A7D color. Also use rgb(206,74,125) instead hex code.

Text Font Color

.myTextColor { color: #CE4A7D; }

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

This text font color is #CE4A7D.


Background Color

.myBgColor { background-color: #CE4A7D; }

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

This div background color is #CE4A7D.


Border color

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

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

This div border color is #CE4A7D.


Opacity

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

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

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

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

This text has shadow with #CE4A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE4A7D on black background.


Color preview on white background

This text has color #CE4A7D on white background.



Black color preview on #CE4A7D background

This text has black color on #CE4A7D background.


White color preview on #CE4A7D background

This text has white color on #CE4A7D background.