Color Hex Logo

#cf750f Color Hex

#CF750F
(207,117,15)
0 Favorites   0 Comments

Color spaces of #cf750f

RGB 20711715
HSL0.090.860.44
HSV32°93°81°
CMYK 0.000.430.93   0.19
XYZ32.179626.02253.7787
Yxy26.02250.51920.4198
Hunter Lab51.012323.330131.3167
CIE-Lab58.058429.267762.4504

#cf750f color RGB value is (207,117,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110101 00001111
Octal 317 165 17
Decimal 207 117 15
Hex CF 75 F

RGB Percentages of Color #cf750f

%61.06
%34.51
%4.42

CMYK Percentages of Color #cf750f

%0
%43
%93
%19

Triadic Colors of #cf750f

#cf750f #0fcf75 #750fcf

Analogous Colors of #cf750f

#cf750f #c9cf0f #cf150f

Monochromatic Colors of #cf750f

#cf750f

Complementary Color

#cf750f #0f69cf

#cf750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf750f Color CSS Codes

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

#cf750f Text Font Color

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

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


#cf750f Background Color

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

This div background color is #cf750f


#cf750f Border Color

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

This div border color is #cf750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf750f


Comments

No comments written yet.

Please login to write comment.