Color Hex Logo

#cf756c Color Hex

#CF756C
(207,117,108)
0 Favorites   0 Comments

Color spaces of #cf756c

RGB 207117108
HSL0.020.510.62
HSV48°81°
CMYK 0.000.430.48   0.19
XYZ34.800227.070717.5784
Yxy27.07070.43800.3407
Hunter Lab52.029528.339016.3893
CIE-Lab59.039734.252020.4767

#cf756c color RGB value is (207,117,108).

#cf756c hex color red value is 207, green value is 117 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cf756c hue: 0.02 , saturation: 0.51 and the lightness value of cf756c is 0.62.

The process color (four color CMYK) of #cf756c color hex is 0.00, 0.43, 0.48, 0.19. Web safe color of #cf756c is #cc6666. Color #cf756c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110101 01101100
Octal 317 165 154
Decimal 207 117 108
Hex CF 75 6C

RGB Percentages of Color #cf756c

%47.92
%27.08
%25.00

CMYK Percentages of Color #cf756c

%0
%43
%48
%19

Triadic Colors of #cf756c

#cf756c #6ccf75 #756ccf

Analogous Colors of #cf756c

#cf756c #cfa76c #cf6c95

Monochromatic Colors of #cf756c

#cf756c

Complementary Color

#cf756c #6cc6cf

#cf756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf756c Color CSS Codes

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

#cf756c Text Font Color

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

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


#cf756c Background Color

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

This div background color is #cf756c


#cf756c Border Color

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

This div border color is #cf756c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf756c

#cf756c Color Palettes


Comments

No comments written yet.

Please login to write comment.