Color Hex Logo

#cf7407 Color Hex

#CF7407
(207,116,7)
0 Favorites   0 Comments

Color spaces of #cf7407

RGB 2071167
HSL0.090.930.42
HSV33°97°81°
CMYK 0.000.440.97   0.19
XYZ32.015925.77153.4880
Yxy25.77150.52250.4206
Hunter Lab50.765623.733131.4623
CIE-Lab57.819529.705563.7563

#cf7407 color RGB value is (207,116,7).

#cf7407 hex color red value is 207, green value is 116 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cf7407 hue: 0.09 , saturation: 0.93 and the lightness value of cf7407 is 0.42.

The process color (four color CMYK) of #cf7407 color hex is 0.00, 0.44, 0.97, 0.19. Web safe color of #cf7407 is #cc6600. Color #cf7407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110100 00000111
Octal 317 164 7
Decimal 207 116 7
Hex CF 74 7

RGB Percentages of Color #cf7407

%62.73
%35.15
%2.12

CMYK Percentages of Color #cf7407

%0
%44
%97
%19

Triadic Colors of #cf7407

#cf7407 #07cf74 #7407cf

Analogous Colors of #cf7407

#cf7407 #c6cf07 #cf1007

Monochromatic Colors of #cf7407

#cf7407

Complementary Color

#cf7407 #0762cf

#cf7407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7407 Color CSS Codes

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

#cf7407 Text Font Color

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

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


#cf7407 Background Color

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

This div background color is #cf7407


#cf7407 Border Color

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

This div border color is #cf7407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7407


Comments

No comments written yet.

Please login to write comment.