Color Hex Logo

#cf968f Color Hex

#CF968F
(207,150,143)
0 Favorites   0 Comments

Color spaces of #cf968f

RGB 207150143
HSL0.020.400.69
HSV31°81°
CMYK 0.000.280.31   0.19
XYZ41.596437.061330.9478
Yxy37.06130.37950.3381
Hunter Lab60.878015.428112.4741
CIE-Lab67.323020.463412.1621

#cf968f color RGB value is (207,150,143).

#cf968f hex color red value is 207, green value is 150 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cf968f hue: 0.02 , saturation: 0.40 and the lightness value of cf968f is 0.69.

The process color (four color CMYK) of #cf968f color hex is 0.00, 0.28, 0.31, 0.19. Web safe color of #cf968f is #cc9999. Color #cf968f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 10001111
Octal 317 226 217
Decimal 207 150 143
Hex CF 96 8F

RGB Percentages of Color #cf968f

%41.40
%30.00
%28.60

CMYK Percentages of Color #cf968f

%0
%28
%31
%19

Triadic Colors of #cf968f

#cf968f #8fcf96 #968fcf

Analogous Colors of #cf968f

#cf968f #cfb68f #cf8fa8

Monochromatic Colors of #cf968f

#cf968f

Complementary Color

#cf968f #8fc8cf

#cf968f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf968f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf968f Color CSS Codes

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

#cf968f Text Font Color

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

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


#cf968f Background Color

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

This div background color is #cf968f


#cf968f Border Color

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

This div border color is #cf968f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf968f


Comments

No comments written yet.

Please login to write comment.