Color Hex Logo

#cf750e Color Hex

#CF750E
(207,117,14)
0 Favorites   0 Comments

Color spaces of #cf750e

RGB 20711714
HSL0.090.870.43
HSV32°93°81°
CMYK 0.000.430.93   0.19
XYZ32.172726.01973.7421
Yxy26.01970.51950.4201
Hunter Lab51.009523.316831.3571
CIE-Lab58.055729.254362.6571

#cf750e color RGB value is (207,117,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110101 00001110
Octal 317 165 16
Decimal 207 117 14
Hex CF 75 E

RGB Percentages of Color #cf750e

%61.24
%34.62
%4.14

CMYK Percentages of Color #cf750e

%0
%43
%93
%19

Triadic Colors of #cf750e

#cf750e #0ecf75 #750ecf

Analogous Colors of #cf750e

#cf750e #c9cf0e #cf140e

Monochromatic Colors of #cf750e

#cf750e

Complementary Color

#cf750e #0e68cf

#cf750e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf750e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf750e Color CSS Codes

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

#cf750e Text Font Color

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

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


#cf750e Background Color

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

This div background color is #cf750e


#cf750e Border Color

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

This div border color is #cf750e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf750e


Comments

No comments written yet.

Please login to write comment.