Color Hex Logo

#cf472e Color Hex

#CF472E
(207,71,46)
0 Favorites   0 Comments

Color spaces of #cf472e

RGB 2077146
HSL0.030.640.50
HSV78°81°
CMYK 0.000.660.78   0.19
XYZ28.478517.96914.5522
Yxy17.96910.55840.3523
Hunter Lab42.390045.737723.3059
CIE-Lab49.458652.427943.4451

#cf472e color RGB value is (207,71,46).

#cf472e hex color red value is 207, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cf472e hue: 0.03 , saturation: 0.64 and the lightness value of cf472e is 0.50.

The process color (four color CMYK) of #cf472e color hex is 0.00, 0.66, 0.78, 0.19. Web safe color of #cf472e is #cc3333. Color #cf472e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 00101110
Octal 317 107 56
Decimal 207 71 46
Hex CF 47 2E

RGB Percentages of Color #cf472e

%63.89
%21.91
%14.20

CMYK Percentages of Color #cf472e

%0
%66
%78
%19

Triadic Colors of #cf472e

#cf472e #2ecf47 #472ecf

Analogous Colors of #cf472e

#cf472e #cf982e #cf2e66

Monochromatic Colors of #cf472e

#cf472e

Complementary Color

#cf472e #2eb6cf

#cf472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf472e Color CSS Codes

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

#cf472e Text Font Color

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

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


#cf472e Background Color

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

This div background color is #cf472e


#cf472e Border Color

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

This div border color is #cf472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf472e


Comments

No comments written yet.

Please login to write comment.