Color Hex Logo

#cf771a Color Hex

#CF771A
(207,119,26)
0 Favorites   0 Comments

Color spaces of #cf771a

RGB 20711926
HSL0.090.780.46
HSV31°87°81°
CMYK 0.000.430.87   0.19
XYZ32.515426.53364.3850
Yxy26.53360.51260.4183
Hunter Lab51.510822.531631.0103
CIE-Lab58.540128.399459.9634

#cf771a color RGB value is (207,119,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 00011010
Octal 317 167 32
Decimal 207 119 26
Hex CF 77 1A

RGB Percentages of Color #cf771a

%58.81
%33.81
%7.39

CMYK Percentages of Color #cf771a

%0
%43
%87
%19

Triadic Colors of #cf771a

#cf771a #1acf77 #771acf

Analogous Colors of #cf771a

#cf771a #cdcf1a #cf1d1a

Monochromatic Colors of #cf771a

#cf771a

Complementary Color

#cf771a #1a72cf

#cf771a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf771a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf771a Color CSS Codes

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

#cf771a Text Font Color

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

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


#cf771a Background Color

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

This div background color is #cf771a


#cf771a Border Color

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

This div border color is #cf771a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf771a


Comments

No comments written yet.

Please login to write comment.