Color Hex Logo

#cf871d Color Hex

#CF871D
(207,135,29)
0 Favorites   0 Comments

Color spaces of #cf871d

RGB 20713529
HSL0.100.750.46
HSV36°86°81°
CMYK 0.000.350.86   0.19
XYZ34.617930.68215.2601
Yxy30.68210.49060.4348
Hunter Lab55.391414.621933.1437
CIE-Lab62.238419.839162.0529

#cf871d color RGB value is (207,135,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 00011101
Octal 317 207 35
Decimal 207 135 29
Hex CF 87 1D

RGB Percentages of Color #cf871d

%55.80
%36.39
%7.82

CMYK Percentages of Color #cf871d

%0
%35
%86
%19

Triadic Colors of #cf871d

#cf871d #1dcf87 #871dcf

Analogous Colors of #cf871d

#cf871d #becf1d #cf2e1d

Monochromatic Colors of #cf871d

#cf871d

Complementary Color

#cf871d #1d65cf

#cf871d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf871d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf871d Color CSS Codes

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

#cf871d Text Font Color

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

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


#cf871d Background Color

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

This div background color is #cf871d


#cf871d Border Color

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

This div border color is #cf871d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf871d


Comments

No comments written yet.

Please login to write comment.