Color Hex Logo

#cf473c Color Hex

#CF473C
(207,71,60)
0 Favorites   0 Comments

Color spaces of #cf473c

RGB 2077160
HSL0.010.600.52
HSV71°81°
CMYK 0.000.660.71   0.19
XYZ28.801018.09816.2503
Yxy18.09810.54190.3405
Hunter Lab42.541946.396921.0683
CIE-Lab49.614953.012635.9777

#cf473c color RGB value is (207,71,60).

#cf473c hex color red value is 207, green value is 71 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cf473c hue: 0.01 , saturation: 0.60 and the lightness value of cf473c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 00111100
Octal 317 107 74
Decimal 207 71 60
Hex CF 47 3C

RGB Percentages of Color #cf473c

%61.24
%21.01
%17.75

CMYK Percentages of Color #cf473c

%0
%66
%71
%19

Triadic Colors of #cf473c

#cf473c #3ccf47 #473ccf

Analogous Colors of #cf473c

#cf473c #cf913c #cf3c7b

Monochromatic Colors of #cf473c

#cf473c

Complementary Color

#cf473c #3cc4cf

#cf473c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf473c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf473c Color CSS Codes

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

#cf473c Text Font Color

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

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


#cf473c Background Color

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

This div background color is #cf473c


#cf473c Border Color

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

This div border color is #cf473c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf473c


Comments

No comments written yet.

Please login to write comment.