Color Hex Logo

#cf728d Color Hex

#CF728D
(207,114,141)
0 Favorites   0 Comments

Color spaces of #cf728d

RGB 207114141
HSL0.950.490.63
HSV343°45°81°
CMYK 0.000.450.32   0.19
XYZ36.557227.223128.5271
Yxy27.22310.39600.2949
Hunter Lab52.175833.75934.1062
CIE-Lab59.180339.56751.6450

#cf728d color RGB value is (207,114,141).

#cf728d hex color red value is 207, green value is 114 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cf728d hue: 0.95 , saturation: 0.49 and the lightness value of cf728d is 0.63.

The process color (four color CMYK) of #cf728d color hex is 0.00, 0.45, 0.32, 0.19. Web safe color of #cf728d is #cc6699. Color #cf728d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 10001101
Octal 317 162 215
Decimal 207 114 141
Hex CF 72 8D

RGB Percentages of Color #cf728d

%44.81
%24.68
%30.52

CMYK Percentages of Color #cf728d

%0
%45
%32
%19

Triadic Colors of #cf728d

#cf728d #8dcf72 #728dcf

Analogous Colors of #cf728d

#cf728d #cf8672 #cf72bc

Monochromatic Colors of #cf728d

#cf728d

Complementary Color

#cf728d #72cfb4

#cf728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf728d Color CSS Codes

.mybgcolor {background-color:#cf728d; } 
.myforecolor {color:#cf728d; }
.mybordercolor {border:3px solid #cf728d; }

#cf728d Text Font Color

<p style="color:#cf728d">Text here</p>

This sample text font color is #cf728d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cf728d Background Color

<div style="background-color:#cf728d">
Div content here</div>

This div background color is #cf728d


#cf728d Border Color

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

This div border color is #cf728d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,114,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf728d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf728d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf728d;
  box-shadow:         1px 1px 3px 2px #cf728d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,114,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cf728d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cf728d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf728d;
  box-shadow:         1px 1px 3px 2px #cf728d;">
Div content here</div>

This div box has shadow with color #cf728d


Comments

No comments written yet.

Please login to write comment.