Color Hex Logo

#dc512f Color Hex

#DC512F
(220,81,47)
0 Favorites   0 Comments

Color spaces of #dc512f

RGB 2208147
HSL0.030.710.52
HSV12°79°86°
CMYK 0.000.630.79   0.14
XYZ32.970721.30575.0640
Yxy21.30570.55560.3590
Hunter Lab46.158146.725825.8060
CIE-Lab53.282552.686347.5284

#dc512f color RGB value is (220,81,47).

#dc512f hex color red value is 220, green value is 81 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dc512f hue: 0.03 , saturation: 0.71 and the lightness value of dc512f is 0.52.

The process color (four color CMYK) of #dc512f color hex is 0.00, 0.63, 0.79, 0.14. Web safe color of #dc512f is #cc6633. Color #dc512f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 00101111
Octal 334 121 57
Decimal 220 81 47
Hex DC 51 2F

RGB Percentages of Color #dc512f

%63.22
%23.28
%13.51

CMYK Percentages of Color #dc512f

%0
%63
%79
%14

Triadic Colors of #dc512f

#dc512f #2fdc51 #512fdc

Analogous Colors of #dc512f

#dc512f #dca82f #dc2f64

Monochromatic Colors of #dc512f

#dc512f

Complementary Color

#dc512f #2fbadc

#dc512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc512f Color CSS Codes

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

#dc512f Text Font Color

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

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


#dc512f Background Color

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

This div background color is #dc512f


#dc512f Border Color

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

This div border color is #dc512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc512f


Comments

No comments written yet.

Please login to write comment.