Color Hex Logo

#cf771c Color Hex

#CF771C
(207,119,28)
0 Favorites   0 Comments

Color spaces of #cf771c

RGB 20711928
HSL0.080.760.46
HSV31°86°81°
CMYK 0.000.430.86   0.19
XYZ32.538626.54294.5069
Yxy26.54290.51170.4174
Hunter Lab51.519822.576430.8772
CIE-Lab58.548828.445059.3489

#cf771c color RGB value is (207,119,28).

#cf771c hex color red value is 207, green value is 119 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cf771c hue: 0.08 , saturation: 0.76 and the lightness value of cf771c is 0.46.

The process color (four color CMYK) of #cf771c color hex is 0.00, 0.43, 0.86, 0.19. Web safe color of #cf771c is #cc6633. Color #cf771c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 00011100
Octal 317 167 34
Decimal 207 119 28
Hex CF 77 1C

RGB Percentages of Color #cf771c

%58.47
%33.62
%7.91

CMYK Percentages of Color #cf771c

%0
%43
%86
%19

Triadic Colors of #cf771c

#cf771c #1ccf77 #771ccf

Analogous Colors of #cf771c

#cf771c #cecf1c #cf1e1c

Monochromatic Colors of #cf771c

#cf771c

Complementary Color

#cf771c #1c74cf

#cf771c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf771c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf771c Color CSS Codes

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

#cf771c Text Font Color

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

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


#cf771c Background Color

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

This div background color is #cf771c


#cf771c Border Color

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

This div border color is #cf771c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf771c


Comments

No comments written yet.

Please login to write comment.