Color Hex Logo

#cf837c Color Hex

#CF837C
(207,131,124)
0 Favorites   0 Comments

Color spaces of #cf837c

RGB 207131124
HSL0.010.460.65
HSV40°81°
CMYK 0.000.370.40   0.19
XYZ37.486530.953223.0676
Yxy30.95320.40970.3383
Hunter Lab55.635622.908514.3621
CIE-Lab62.468128.451116.0621

#cf837c color RGB value is (207,131,124).

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

The process color (four color CMYK) of #cf837c color hex is 0.00, 0.37, 0.40, 0.19. Web safe color of #cf837c is #cc9966. Color #cf837c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 01111100
Octal 317 203 174
Decimal 207 131 124
Hex CF 83 7C

RGB Percentages of Color #cf837c

%44.81
%28.35
%26.84

CMYK Percentages of Color #cf837c

%0
%37
%40
%19

Triadic Colors of #cf837c

#cf837c #7ccf83 #837ccf

Analogous Colors of #cf837c

#cf837c #cfad7c #cf7c9f

Monochromatic Colors of #cf837c

#cf837c

Complementary Color

#cf837c #7cc8cf

#cf837c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf837c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf837c Color CSS Codes

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

#cf837c Text Font Color

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

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


#cf837c Background Color

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

This div background color is #cf837c


#cf837c Border Color

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

This div border color is #cf837c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf837c


Comments

No comments written yet.

Please login to write comment.