Color Hex Logo

#cf747e Color Hex

#CF747E
(207,116,126)
0 Favorites   0 Comments

Color spaces of #cf747e

RGB 207116126
HSL0.980.490.63
HSV353°44°81°
CMYK 0.000.440.39   0.19
XYZ35.743427.262523.1170
Yxy27.26250.41500.3166
Hunter Lab52.213530.820810.2994
CIE-Lab59.216536.692810.3708

#cf747e color RGB value is (207,116,126).

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

The process color (four color CMYK) of #cf747e color hex is 0.00, 0.44, 0.39, 0.19. Web safe color of #cf747e is #cc6666. Color #cf747e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110100 01111110
Octal 317 164 176
Decimal 207 116 126
Hex CF 74 7E

RGB Percentages of Color #cf747e

%46.10
%25.84
%28.06

CMYK Percentages of Color #cf747e

%0
%44
%39
%19

Triadic Colors of #cf747e

#cf747e #7ecf74 #747ecf

Analogous Colors of #cf747e

#cf747e #cf9874 #cf74ac

Monochromatic Colors of #cf747e

#cf747e

Complementary Color

#cf747e #74cfc5

#cf747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf747e Color CSS Codes

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

#cf747e Text Font Color

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

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


#cf747e Background Color

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

This div background color is #cf747e


#cf747e Border Color

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

This div border color is #cf747e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf747e


Comments

No comments written yet.

Please login to write comment.