Color Hex Logo

#cf4429 Color Hex

#CF4429
(207,68,41)
0 Favorites   0 Comments

Color spaces of #cf4429

RGB 2076841
HSL0.030.670.49
HSV10°80°81°
CMYK 0.000.670.80   0.19
XYZ28.199517.55974.0009
Yxy17.55970.56670.3529
Hunter Lab41.904346.789123.6722
CIE-Lab48.957753.491045.5050

#cf4429 color RGB value is (207,68,41).

#cf4429 hex color red value is 207, green value is 68 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cf4429 hue: 0.03 , saturation: 0.67 and the lightness value of cf4429 is 0.49.

The process color (four color CMYK) of #cf4429 color hex is 0.00, 0.67, 0.80, 0.19. Web safe color of #cf4429 is #cc3333. Color #cf4429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000100 00101001
Octal 317 104 51
Decimal 207 68 41
Hex CF 44 29

RGB Percentages of Color #cf4429

%65.51
%21.52
%12.97

CMYK Percentages of Color #cf4429

%0
%67
%80
%19

Triadic Colors of #cf4429

#cf4429 #29cf44 #4429cf

Analogous Colors of #cf4429

#cf4429 #cf9729 #cf2961

Monochromatic Colors of #cf4429

#cf4429

Complementary Color

#cf4429 #29b4cf

#cf4429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4429 Color CSS Codes

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

#cf4429 Text Font Color

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

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


#cf4429 Background Color

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

This div background color is #cf4429


#cf4429 Border Color

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

This div border color is #cf4429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4429


Comments

No comments written yet.

Please login to write comment.