Color Hex Logo

#cf571f Color Hex

#CF571F
(207,87,31)
0 Favorites   0 Comments

Color spaces of #cf571f

RGB 2078731
HSL0.050.740.47
HSV19°85°81°
CMYK 0.000.580.85   0.19
XYZ29.387620.18073.6427
Yxy20.18070.55230.3793
Hunter Lab44.922938.155726.6384
CIE-Lab52.040944.820352.8676

#cf571f color RGB value is (207,87,31).

#cf571f hex color red value is 207, green value is 87 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cf571f hue: 0.05 , saturation: 0.74 and the lightness value of cf571f is 0.47.

The process color (four color CMYK) of #cf571f color hex is 0.00, 0.58, 0.85, 0.19. Web safe color of #cf571f is #cc6633. Color #cf571f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010111 00011111
Octal 317 127 37
Decimal 207 87 31
Hex CF 57 1F

RGB Percentages of Color #cf571f

%63.69
%26.77
%9.54

CMYK Percentages of Color #cf571f

%0
%58
%85
%19

Triadic Colors of #cf571f

#cf571f #1fcf57 #571fcf

Analogous Colors of #cf571f

#cf571f #cfaf1f #cf1f3f

Monochromatic Colors of #cf571f

#cf571f

Complementary Color

#cf571f #1f97cf

#cf571f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf571f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf571f Color CSS Codes

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

#cf571f Text Font Color

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

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


#cf571f Background Color

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

This div background color is #cf571f


#cf571f Border Color

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

This div border color is #cf571f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf571f


Comments

No comments written yet.

Please login to write comment.