Color Hex Logo

#cf710d Color Hex

#CF710D
(207,113,13)
0 Favorites   0 Comments

Color spaces of #cf710d

RGB 20711313
HSL0.090.880.43
HSV31°94°81°
CMYK 0.000.450.94   0.19
XYZ31.709925.10473.5552
Yxy25.10470.52530.4158
Hunter Lab50.104625.285030.8663
CIE-Lab57.177331.361862.2436

#cf710d color RGB value is (207,113,13).

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

The process color (four color CMYK) of #cf710d color hex is 0.00, 0.45, 0.94, 0.19. Web safe color of #cf710d is #cc6600. Color #cf710d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 00001101
Octal 317 161 15
Decimal 207 113 13
Hex CF 71 D

RGB Percentages of Color #cf710d

%62.16
%33.93
%3.90

CMYK Percentages of Color #cf710d

%0
%45
%94
%19

Triadic Colors of #cf710d

#cf710d #0dcf71 #710dcf

Analogous Colors of #cf710d

#cf710d #cccf0d #cf100d

Monochromatic Colors of #cf710d

#cf710d

Complementary Color

#cf710d #0d6bcf

#cf710d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf710d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf710d Color CSS Codes

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

#cf710d Text Font Color

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

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


#cf710d Background Color

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

This div background color is #cf710d


#cf710d Border Color

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

This div border color is #cf710d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf710d


Comments

No comments written yet.

Please login to write comment.