Color Hex Logo

#cf877f Color Hex

#CF877F
(207,135,127)
0 Favorites   0 Comments

Color spaces of #cf877f

RGB 207135127
HSL0.020.450.65
HSV39°81°
CMYK 0.000.350.39   0.19
XYZ38.226932.125624.2648
Yxy32.12560.40400.3395
Hunter Lab56.679421.198514.2932
CIE-Lab63.446626.632015.7211

#cf877f color RGB value is (207,135,127).

#cf877f hex color red value is 207, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf877f hue: 0.02 , saturation: 0.45 and the lightness value of cf877f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 01111111
Octal 317 207 177
Decimal 207 135 127
Hex CF 87 7F

RGB Percentages of Color #cf877f

%44.14
%28.78
%27.08

CMYK Percentages of Color #cf877f

%0
%35
%39
%19

Triadic Colors of #cf877f

#cf877f #7fcf87 #877fcf

Analogous Colors of #cf877f

#cf877f #cfaf7f #cf7f9f

Monochromatic Colors of #cf877f

#cf877f

Complementary Color

#cf877f #7fc7cf

#cf877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf877f Color CSS Codes

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

#cf877f Text Font Color

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

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


#cf877f Background Color

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

This div background color is #cf877f


#cf877f Border Color

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

This div border color is #cf877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf877f


Comments

No comments written yet.

Please login to write comment.