Color Hex Logo

#cf784f Color Hex

#CF784F
(207,120,79)
0 Favorites   0 Comments

Color spaces of #cf784f

RGB 20712079
HSL0.050.570.56
HSV19°62°81°
CMYK 0.000.420.62   0.19
XYZ33.859927.262910.8748
Yxy27.26290.47030.3787
Hunter Lab52.213924.380224.2011
CIE-Lab59.216930.237236.8909

#cf784f color RGB value is (207,120,79).

#cf784f hex color red value is 207, green value is 120 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cf784f hue: 0.05 , saturation: 0.57 and the lightness value of cf784f is 0.56.

The process color (four color CMYK) of #cf784f color hex is 0.00, 0.42, 0.62, 0.19. Web safe color of #cf784f is #cc6666. Color #cf784f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111000 01001111
Octal 317 170 117
Decimal 207 120 79
Hex CF 78 4F

RGB Percentages of Color #cf784f

%50.99
%29.56
%19.46

CMYK Percentages of Color #cf784f

%0
%42
%62
%19

Triadic Colors of #cf784f

#cf784f #4fcf78 #784fcf

Analogous Colors of #cf784f

#cf784f #cfb84f #cf4f66

Monochromatic Colors of #cf784f

#cf784f

Complementary Color

#cf784f #4fa6cf

#cf784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf784f Color CSS Codes

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

#cf784f Text Font Color

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

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


#cf784f Background Color

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

This div background color is #cf784f


#cf784f Border Color

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

This div border color is #cf784f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf784f


Comments

No comments written yet.

Please login to write comment.