Color Hex Logo

#cf696f Color Hex

#CF696F
(207,105,111)
0 Favorites   0 Comments

Color spaces of #cf696f

RGB 207105111
HSL0.990.520.61
HSV356°49°81°
CMYK 0.000.490.46   0.19
XYZ33.652924.516217.9973
Yxy24.51620.44180.3219
Hunter Lab49.513834.671313.1089
CIE-Lab56.601040.789015.4137

#cf696f color RGB value is (207,105,111).

#cf696f hex color red value is 207, green value is 105 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cf696f hue: 0.99 , saturation: 0.52 and the lightness value of cf696f is 0.61.

The process color (four color CMYK) of #cf696f color hex is 0.00, 0.49, 0.46, 0.19. Web safe color of #cf696f is #cc6666. Color #cf696f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101001 01101111
Octal 317 151 157
Decimal 207 105 111
Hex CF 69 6F

RGB Percentages of Color #cf696f

%48.94
%24.82
%26.24

CMYK Percentages of Color #cf696f

%0
%49
%46
%19

Triadic Colors of #cf696f

#cf696f #6fcf69 #696fcf

Analogous Colors of #cf696f

#cf696f #cf9669 #cf69a2

Monochromatic Colors of #cf696f

#cf696f

Complementary Color

#cf696f #69cfc9

#cf696f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf696f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf696f Color CSS Codes

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

#cf696f Text Font Color

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

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


#cf696f Background Color

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

This div background color is #cf696f


#cf696f Border Color

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

This div border color is #cf696f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf696f


Comments

No comments written yet.

Please login to write comment.