Color Hex Logo

#cf704e Color Hex

#CF704E
(207,112,78)
0 Favorites   0 Comments

Color spaces of #cf704e

RGB 20711278
HSL0.040.570.56
HSV16°62°81°
CMYK 0.000.460.62   0.19
XYZ32.901425.403810.3771
Yxy25.40380.47900.3699
Hunter Lab50.402228.316923.0746
CIE-Lab57.466834.404235.3112

#cf704e color RGB value is (207,112,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110000 01001110
Octal 317 160 116
Decimal 207 112 78
Hex CF 70 4E

RGB Percentages of Color #cf704e

%52.14
%28.21
%19.65

CMYK Percentages of Color #cf704e

%0
%46
%62
%19

Triadic Colors of #cf704e

#cf704e #4ecf70 #704ecf

Analogous Colors of #cf704e

#cf704e #cfb14e #cf4e6d

Monochromatic Colors of #cf704e

#cf704e

Complementary Color

#cf704e #4eadcf

#cf704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf704e Color CSS Codes

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

#cf704e Text Font Color

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

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


#cf704e Background Color

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

This div background color is #cf704e


#cf704e Border Color

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

This div border color is #cf704e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf704e


Comments

No comments written yet.

Please login to write comment.