Color Hex Logo

#cf473d Color Hex

#CF473D
(207,71,61)
0 Favorites   0 Comments

Color spaces of #cf473d

RGB 2077161
HSL0.010.600.53
HSV71°81°
CMYK 0.000.660.71   0.19
XYZ28.827718.10886.3908
Yxy18.10880.54060.3396
Hunter Lab42.554446.451220.8840
CIE-Lab49.627853.060635.4262

#cf473d color RGB value is (207,71,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 00111101
Octal 317 107 75
Decimal 207 71 61
Hex CF 47 3D

RGB Percentages of Color #cf473d

%61.06
%20.94
%17.99

CMYK Percentages of Color #cf473d

%0
%66
%71
%19

Triadic Colors of #cf473d

#cf473d #3dcf47 #473dcf

Analogous Colors of #cf473d

#cf473d #cf903d #cf3d7c

Monochromatic Colors of #cf473d

#cf473d

Complementary Color

#cf473d #3dc5cf

#cf473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf473d Color CSS Codes

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

#cf473d Text Font Color

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

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


#cf473d Background Color

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

This div background color is #cf473d


#cf473d Border Color

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

This div border color is #cf473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf473d


Comments

No comments written yet.

Please login to write comment.