Color Hex Logo

#cf673e Color Hex

#CF673E
(207,103,62)
0 Favorites   0 Comments

Color spaces of #cf673e

RGB 20710362
HSL0.050.600.53
HSV17°70°81°
CMYK 0.000.500.70   0.19
XYZ31.451923.31377.3997
Yxy23.31370.50590.3750
Hunter Lab48.284331.775724.7126
CIE-Lab55.394038.105341.4760

#cf673e color RGB value is (207,103,62).

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

The process color (four color CMYK) of #cf673e color hex is 0.00, 0.50, 0.70, 0.19. Web safe color of #cf673e is #cc6633. Color #cf673e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100111 00111110
Octal 317 147 76
Decimal 207 103 62
Hex CF 67 3E

RGB Percentages of Color #cf673e

%55.65
%27.69
%16.67

CMYK Percentages of Color #cf673e

%0
%50
%70
%19

Triadic Colors of #cf673e

#cf673e #3ecf67 #673ecf

Analogous Colors of #cf673e

#cf673e #cfb03e #cf3e5d

Monochromatic Colors of #cf673e

#cf673e

Complementary Color

#cf673e #3ea6cf

#cf673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf673e Color CSS Codes

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

#cf673e Text Font Color

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

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


#cf673e Background Color

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

This div background color is #cf673e


#cf673e Border Color

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

This div border color is #cf673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf673e


Comments

No comments written yet.

Please login to write comment.