Color Hex Logo

#cf512e Color Hex

#CF512E
(207,81,46)
0 Favorites   0 Comments

Color spaces of #cf512e

RGB 2078146
HSL0.040.640.50
HSV13°78°81°
CMYK 0.000.610.78   0.19
XYZ29.167719.34754.7819
Yxy19.34750.54730.3630
Hunter Lab43.985841.391124.3444
CIE-Lab51.091348.068045.1117

#cf512e color RGB value is (207,81,46).

#cf512e hex color red value is 207, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cf512e hue: 0.04 , saturation: 0.64 and the lightness value of cf512e is 0.50.

The process color (four color CMYK) of #cf512e color hex is 0.00, 0.61, 0.78, 0.19. Web safe color of #cf512e is #cc6633. Color #cf512e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010001 00101110
Octal 317 121 56
Decimal 207 81 46
Hex CF 51 2E

RGB Percentages of Color #cf512e

%61.98
%24.25
%13.77

CMYK Percentages of Color #cf512e

%0
%61
%78
%19

Triadic Colors of #cf512e

#cf512e #2ecf51 #512ecf

Analogous Colors of #cf512e

#cf512e #cfa22e #cf2e5b

Monochromatic Colors of #cf512e

#cf512e

Complementary Color

#cf512e #2eaccf

#cf512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf512e Color CSS Codes

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

#cf512e Text Font Color

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

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


#cf512e Background Color

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

This div background color is #cf512e


#cf512e Border Color

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

This div border color is #cf512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf512e


Comments

No comments written yet.

Please login to write comment.