Color Hex Logo

#cf9daf Color Hex

#CF9DAF
(207,157,175)
0 Favorites   0 Comments

Color spaces of #cf9daf

RGB 207157175
HSL0.940.340.71
HSV338°24°81°
CMYK 0.000.240.15   0.19
XYZ45.527040.474545.9703
Yxy40.47450.34500.3067
Hunter Lab63.619616.40271.6919
CIE-Lab69.806221.3591-2.0967

#cf9daf color RGB value is (207,157,175).

#cf9daf hex color red value is 207, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cf9daf hue: 0.94 , saturation: 0.34 and the lightness value of cf9daf is 0.71.

The process color (four color CMYK) of #cf9daf color hex is 0.00, 0.24, 0.15, 0.19. Web safe color of #cf9daf is #cc9999. Color #cf9daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011101 10101111
Octal 317 235 257
Decimal 207 157 175
Hex CF 9D AF

RGB Percentages of Color #cf9daf

%38.40
%29.13
%32.47

CMYK Percentages of Color #cf9daf

%0
%24
%15
%19

Triadic Colors of #cf9daf

#cf9daf #afcf9d #9dafcf

Analogous Colors of #cf9daf

#cf9daf #cfa49d #cf9dc8

Monochromatic Colors of #cf9daf

#cf9daf

Complementary Color

#cf9daf #9dcfbd

#cf9daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9daf Color CSS Codes

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

#cf9daf Text Font Color

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

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


#cf9daf Background Color

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

This div background color is #cf9daf


#cf9daf Border Color

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

This div border color is #cf9daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9daf


Comments

No comments written yet.

Please login to write comment.