Color Hex Logo

#cf5049 Color Hex

#CF5049
(207,80,73)
0 Favorites   0 Comments

Color spaces of #cf5049

RGB 2078073
HSL0.010.580.55
HSV65°81°
CMYK 0.000.610.65   0.19
XYZ29.803419.48388.4933
Yxy19.48380.51580.3372
Hunter Lab44.140543.276419.4900
CIE-Lab51.248549.823030.4911

#cf5049 color RGB value is (207,80,73).

#cf5049 hex color red value is 207, green value is 80 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cf5049 hue: 0.01 , saturation: 0.58 and the lightness value of cf5049 is 0.55.

The process color (four color CMYK) of #cf5049 color hex is 0.00, 0.61, 0.65, 0.19. Web safe color of #cf5049 is #cc6633. Color #cf5049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010000 01001001
Octal 317 120 111
Decimal 207 80 73
Hex CF 50 49

RGB Percentages of Color #cf5049

%57.50
%22.22
%20.28

CMYK Percentages of Color #cf5049

%0
%61
%65
%19

Triadic Colors of #cf5049

#cf5049 #49cf50 #5049cf

Analogous Colors of #cf5049

#cf5049 #cf9349 #cf4985

Monochromatic Colors of #cf5049

#cf5049

Complementary Color

#cf5049 #49c8cf

#cf5049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5049 Color CSS Codes

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

#cf5049 Text Font Color

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

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


#cf5049 Background Color

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

This div background color is #cf5049


#cf5049 Border Color

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

This div border color is #cf5049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5049


Comments

No comments written yet.

Please login to write comment.