Color Hex Logo

#cf998f Color Hex

#CF998F
(207,153,143)
0 Favorites   0 Comments

Color spaces of #cf998f

RGB 207153143
HSL0.030.400.69
HSV31°81°
CMYK 0.000.260.31   0.19
XYZ42.081338.031031.1094
Yxy38.03100.37840.3419
Hunter Lab61.669313.881913.2593
CIE-Lab68.043518.827313.1758

#cf998f color RGB value is (207,153,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 10001111
Octal 317 231 217
Decimal 207 153 143
Hex CF 99 8F

RGB Percentages of Color #cf998f

%41.15
%30.42
%28.43

CMYK Percentages of Color #cf998f

%0
%26
%31
%19

Triadic Colors of #cf998f

#cf998f #8fcf99 #998fcf

Analogous Colors of #cf998f

#cf998f #cfb98f #cf8fa5

Monochromatic Colors of #cf998f

#cf998f

Complementary Color

#cf998f #8fc5cf

#cf998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf998f Color CSS Codes

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

#cf998f Text Font Color

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

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


#cf998f Background Color

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

This div background color is #cf998f


#cf998f Border Color

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

This div border color is #cf998f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,153,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 #cf998f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf998f


Comments

No comments written yet.

Please login to write comment.