Color Hex Logo

#cf987e Color Hex

#CF987E
(207,152,126)
0 Favorites   0 Comments

Color spaces of #cf987e

RGB 207152126
HSL0.050.460.65
HSV19°39°81°
CMYK 0.000.270.39   0.19
XYZ40.726337.228224.7779
Yxy37.22820.39640.3624
Hunter Lab61.014912.369318.6330
CIE-Lab67.447917.259521.7712

#cf987e color RGB value is (207,152,126).

#cf987e hex color red value is 207, green value is 152 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cf987e hue: 0.05 , saturation: 0.46 and the lightness value of cf987e is 0.65.

The process color (four color CMYK) of #cf987e color hex is 0.00, 0.27, 0.39, 0.19. Web safe color of #cf987e is #cc9966. Color #cf987e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011000 01111110
Octal 317 230 176
Decimal 207 152 126
Hex CF 98 7E

RGB Percentages of Color #cf987e

%42.68
%31.34
%25.98

CMYK Percentages of Color #cf987e

%0
%27
%39
%19

Triadic Colors of #cf987e

#cf987e #7ecf98 #987ecf

Analogous Colors of #cf987e

#cf987e #cfc17e #cf7e8d

Monochromatic Colors of #cf987e

#cf987e

Complementary Color

#cf987e #7eb5cf

#cf987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf987e Color CSS Codes

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

#cf987e Text Font Color

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

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


#cf987e Background Color

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

This div background color is #cf987e


#cf987e Border Color

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

This div border color is #cf987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf987e


Comments

No comments written yet.

Please login to write comment.