Color Hex Logo

#cf9dad Color Hex

#CF9DAD
(207,157,173)
0 Favorites   0 Comments

Color spaces of #cf9dad

RGB 207157173
HSL0.950.340.71
HSV341°24°81°
CMYK 0.000.240.16   0.19
XYZ45.331940.396544.9432
Yxy40.39650.34690.3091
Hunter Lab63.558216.08542.5657
CIE-Lab69.751021.0372-1.0660

#cf9dad color RGB value is (207,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011101 10101101
Octal 317 235 255
Decimal 207 157 173
Hex CF 9D AD

RGB Percentages of Color #cf9dad

%38.55
%29.24
%32.22

CMYK Percentages of Color #cf9dad

%0
%24
%16
%19

Triadic Colors of #cf9dad

#cf9dad #adcf9d #9dadcf

Analogous Colors of #cf9dad

#cf9dad #cfa69d #cf9dc6

Monochromatic Colors of #cf9dad

#cf9dad

Complementary Color

#cf9dad #9dcfbf

#cf9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9dad Color CSS Codes

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

#cf9dad Text Font Color

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

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


#cf9dad Background Color

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

This div background color is #cf9dad


#cf9dad Border Color

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

This div border color is #cf9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9dad


Comments

No comments written yet.

Please login to write comment.