Color Hex Logo

#cf878e Color Hex

#CF878E
(207,135,142)
0 Favorites   0 Comments

Color spaces of #cf878e

RGB 207135142
HSL0.980.430.67
HSV354°35°81°
CMYK 0.000.350.31   0.19
XYZ39.278632.546329.8030
Yxy32.54630.38650.3202
Hunter Lab57.049423.06128.9610
CIE-Lab63.791828.49787.7158

#cf878e color RGB value is (207,135,142).

#cf878e hex color red value is 207, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cf878e hue: 0.98 , saturation: 0.43 and the lightness value of cf878e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 10001110
Octal 317 207 216
Decimal 207 135 142
Hex CF 87 8E

RGB Percentages of Color #cf878e

%42.77
%27.89
%29.34

CMYK Percentages of Color #cf878e

%0
%35
%31
%19

Triadic Colors of #cf878e

#cf878e #8ecf87 #878ecf

Analogous Colors of #cf878e

#cf878e #cfa487 #cf87b2

Monochromatic Colors of #cf878e

#cf878e

Complementary Color

#cf878e #87cfc8

#cf878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf878e Color CSS Codes

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

#cf878e Text Font Color

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

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


#cf878e Background Color

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

This div background color is #cf878e


#cf878e Border Color

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

This div border color is #cf878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf878e


Comments

No comments written yet.

Please login to write comment.