Color Hex Logo

#cf843c Color Hex

#CF843C
(207,132,60)
0 Favorites   0 Comments

Color spaces of #cf843c

RGB 20713260
HSL0.080.600.52
HSV29°71°81°
CMYK 0.000.360.71   0.19
XYZ34.799030.09428.2496
Yxy30.09420.47580.4114
Hunter Lab54.858217.228729.4847
CIE-Lab61.735422.628549.3972

#cf843c color RGB value is (207,132,60).

#cf843c hex color red value is 207, green value is 132 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cf843c hue: 0.08 , saturation: 0.60 and the lightness value of cf843c is 0.52.

The process color (four color CMYK) of #cf843c color hex is 0.00, 0.36, 0.71, 0.19. Web safe color of #cf843c is #cc9933. Color #cf843c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000100 00111100
Octal 317 204 74
Decimal 207 132 60
Hex CF 84 3C

RGB Percentages of Color #cf843c

%51.88
%33.08
%15.04

CMYK Percentages of Color #cf843c

%0
%36
%71
%19

Triadic Colors of #cf843c

#cf843c #3ccf84 #843ccf

Analogous Colors of #cf843c

#cf843c #cfce3c #cf3c3e

Monochromatic Colors of #cf843c

#cf843c

Complementary Color

#cf843c #3c87cf

#cf843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf843c Color CSS Codes

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

#cf843c Text Font Color

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

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


#cf843c Background Color

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

This div background color is #cf843c


#cf843c Border Color

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

This div border color is #cf843c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf843c


Comments

No comments written yet.

Please login to write comment.