Color Hex Logo

#cf968e Color Hex

#CF968E
(207,150,142)
0 Favorites   0 Comments

Color spaces of #cf968e

RGB 207150142
HSL0.020.400.68
HSV31°81°
CMYK 0.000.280.31   0.19
XYZ41.521037.031130.5505
Yxy37.03110.38060.3394
Hunter Lab60.853215.300012.8315
CIE-Lab67.300420.331412.6882

#cf968e color RGB value is (207,150,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 10001110
Octal 317 226 216
Decimal 207 150 142
Hex CF 96 8E

RGB Percentages of Color #cf968e

%41.48
%30.06
%28.46

CMYK Percentages of Color #cf968e

%0
%28
%31
%19

Triadic Colors of #cf968e

#cf968e #8ecf96 #968ecf

Analogous Colors of #cf968e

#cf968e #cfb78e #cf8ea7

Monochromatic Colors of #cf968e

#cf968e

Complementary Color

#cf968e #8ec7cf

#cf968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf968e Color CSS Codes

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

#cf968e Text Font Color

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

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


#cf968e Background Color

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

This div background color is #cf968e


#cf968e Border Color

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

This div border color is #cf968e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf968e


Comments

No comments written yet.

Please login to write comment.