Color Hex Logo

#cf770b Color Hex

#CF770B
(207,119,11)
0 Favorites   0 Comments

Color spaces of #cf770b

RGB 20711911
HSL0.090.900.43
HSV33°95°81°
CMYK 0.000.430.95   0.19
XYZ32.389426.48323.7213
Yxy26.48320.51750.4231
Hunter Lab51.461822.287431.7359
CIE-Lab58.492928.150763.5315

#cf770b color RGB value is (207,119,11).

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

The process color (four color CMYK) of #cf770b color hex is 0.00, 0.43, 0.95, 0.19. Web safe color of #cf770b is #cc6600. Color #cf770b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 00001011
Octal 317 167 13
Decimal 207 119 11
Hex CF 77 B

RGB Percentages of Color #cf770b

%61.42
%35.31
%3.26

CMYK Percentages of Color #cf770b

%0
%43
%95
%19

Triadic Colors of #cf770b

#cf770b #0bcf77 #770bcf

Analogous Colors of #cf770b

#cf770b #c5cf0b #cf150b

Monochromatic Colors of #cf770b

#cf770b

Complementary Color

#cf770b #0b63cf

#cf770b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf770b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf770b Color CSS Codes

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

#cf770b Text Font Color

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

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


#cf770b Background Color

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

This div background color is #cf770b


#cf770b Border Color

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

This div border color is #cf770b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf770b


Comments

No comments written yet.

Please login to write comment.