Color Hex Logo

#cf871f Color Hex

#CF871F
(207,135,31)
0 Favorites   0 Comments

Color spaces of #cf871f

RGB 20713531
HSL0.100.740.47
HSV35°85°81°
CMYK 0.000.350.85   0.19
XYZ34.643430.69235.3946
Yxy30.69230.48980.4339
Hunter Lab55.400614.669433.0071
CIE-Lab62.247019.889461.4522

#cf871f color RGB value is (207,135,31).

#cf871f hex color red value is 207, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cf871f hue: 0.10 , saturation: 0.74 and the lightness value of cf871f is 0.47.

The process color (four color CMYK) of #cf871f color hex is 0.00, 0.35, 0.85, 0.19. Web safe color of #cf871f is #cc9933. Color #cf871f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 00011111
Octal 317 207 37
Decimal 207 135 31
Hex CF 87 1F

RGB Percentages of Color #cf871f

%55.50
%36.19
%8.31

CMYK Percentages of Color #cf871f

%0
%35
%85
%19

Triadic Colors of #cf871f

#cf871f #1fcf87 #871fcf

Analogous Colors of #cf871f

#cf871f #bfcf1f #cf2f1f

Monochromatic Colors of #cf871f

#cf871f

Complementary Color

#cf871f #1f67cf

#cf871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf871f Color CSS Codes

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

#cf871f Text Font Color

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

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


#cf871f Background Color

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

This div background color is #cf871f


#cf871f Border Color

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

This div border color is #cf871f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf871f


Comments

No comments written yet.

Please login to write comment.