Color Hex Logo

#cf729f Color Hex

#CF729F
(207,114,159)
0 Favorites   0 Comments

Color spaces of #cf729f

RGB 207114159
HSL0.920.490.63
HSV331°45°81°
CMYK 0.000.450.23   0.19
XYZ38.007427.803236.1642
Yxy27.80320.37270.2726
Hunter Lab52.728736.3893-3.7541
CIE-Lab59.710542.0279-7.9709

#cf729f color RGB value is (207,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 10011111
Octal 317 162 237
Decimal 207 114 159
Hex CF 72 9F

RGB Percentages of Color #cf729f

%43.13
%23.75
%33.13

CMYK Percentages of Color #cf729f

%0
%45
%23
%19

Triadic Colors of #cf729f

#cf729f #9fcf72 #729fcf

Analogous Colors of #cf729f

#cf729f #cf7472 #cf72ce

Monochromatic Colors of #cf729f

#cf729f

Complementary Color

#cf729f #72cfa2

#cf729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf729f Color CSS Codes

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

#cf729f Text Font Color

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

This sample text font color is #cf729f
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.


#cf729f Background Color

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

This div background color is #cf729f


#cf729f Border Color

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

This div border color is #cf729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf729f


Comments

No comments written yet.

Please login to write comment.