Color Hex Logo

#cf5714 Color Hex

#CF5714
(207,87,20)
0 Favorites   0 Comments

Color spaces of #cf5714

RGB 2078720
HSL0.060.820.45
HSV21°90°81°
CMYK 0.000.580.90   0.19
XYZ29.266620.13233.0052
Yxy20.13230.55850.3842
Hunter Lab44.869037.908927.4372
CIE-Lab51.986544.590356.7767

#cf5714 color RGB value is (207,87,20).

#cf5714 hex color red value is 207, green value is 87 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cf5714 hue: 0.06 , saturation: 0.82 and the lightness value of cf5714 is 0.45.

The process color (four color CMYK) of #cf5714 color hex is 0.00, 0.58, 0.90, 0.19. Web safe color of #cf5714 is #cc6600. Color #cf5714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010111 00010100
Octal 317 127 24
Decimal 207 87 20
Hex CF 57 14

RGB Percentages of Color #cf5714

%65.92
%27.71
%6.37

CMYK Percentages of Color #cf5714

%0
%58
%90
%19

Triadic Colors of #cf5714

#cf5714 #14cf57 #5714cf

Analogous Colors of #cf5714

#cf5714 #cfb514 #cf142f

Monochromatic Colors of #cf5714

#cf5714

Complementary Color

#cf5714 #148ccf

#cf5714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5714 Color CSS Codes

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

#cf5714 Text Font Color

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

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


#cf5714 Background Color

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

This div background color is #cf5714


#cf5714 Border Color

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

This div border color is #cf5714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5714


Comments

No comments written yet.

Please login to write comment.