Color Hex Logo

#da512f Color Hex

#DA512F
(218,81,47)
0 Favorites   0 Comments

Color spaces of #da512f

RGB 2188147
HSL0.030.700.52
HSV12°78°85°
CMYK 0.000.630.78   0.15
XYZ32.369020.99555.0358
Yxy20.99550.55430.3595
Hunter Lab45.820845.910425.5585
CIE-Lab52.944651.992547.0796

#da512f color RGB value is (218,81,47).

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

The process color (four color CMYK) of #da512f color hex is 0.00, 0.63, 0.78, 0.15. Web safe color of #da512f is #cc6633. Color #da512f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 00101111
Octal 332 121 57
Decimal 218 81 47
Hex DA 51 2F

RGB Percentages of Color #da512f

%63.01
%23.41
%13.58

CMYK Percentages of Color #da512f

%0
%63
%78
%15

Triadic Colors of #da512f

#da512f #2fda51 #512fda

Analogous Colors of #da512f

#da512f #daa72f #da2f63

Monochromatic Colors of #da512f

#da512f

Complementary Color

#da512f #2fb8da

#da512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da512f Color CSS Codes

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

#da512f Text Font Color

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

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


#da512f Background Color

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

This div background color is #da512f


#da512f Border Color

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

This div border color is #da512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da512f


Comments

No comments written yet.

Please login to write comment.