Color Hex Logo

#cf521f Color Hex

#CF521F
(207,82,31)
0 Favorites   0 Comments

Color spaces of #cf521f

RGB 2078231
HSL0.050.740.47
HSV17°85°81°
CMYK 0.000.600.85   0.19
XYZ28.996719.39893.5124
Yxy19.39890.55860.3737
Hunter Lab44.044240.439026.1027
CIE-Lab51.150747.151752.1105

#cf521f color RGB value is (207,82,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010010 00011111
Octal 317 122 37
Decimal 207 82 31
Hex CF 52 1F

RGB Percentages of Color #cf521f

%64.69
%25.63
%9.69

CMYK Percentages of Color #cf521f

%0
%60
%85
%19

Triadic Colors of #cf521f

#cf521f #1fcf52 #521fcf

Analogous Colors of #cf521f

#cf521f #cfaa1f #cf1f44

Monochromatic Colors of #cf521f

#cf521f

Complementary Color

#cf521f #1f9ccf

#cf521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf521f Color CSS Codes

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

#cf521f Text Font Color

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

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


#cf521f Background Color

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

This div background color is #cf521f


#cf521f Border Color

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

This div border color is #cf521f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,82,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 #cf521f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf521f


Comments

No comments written yet.

Please login to write comment.