Color Hex Logo

#da514f Color Hex

#DA514F
(218,81,79)
0 Favorites   0 Comments

Color spaces of #da514f

RGB 2188179
HSL0.000.650.58
HSV64°85°
CMYK 0.000.630.64   0.15
XYZ33.267221.35489.7657
Yxy21.35480.51670.3317
Hunter Lab46.211347.631419.8183
CIE-Lab53.335653.507130.0192

#da514f color RGB value is (218,81,79).

#da514f hex color red value is 218, green value is 81 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #da514f hue: 0.00 , saturation: 0.65 and the lightness value of da514f is 0.58.

The process color (four color CMYK) of #da514f color hex is 0.00, 0.63, 0.64, 0.15. Web safe color of #da514f is #cc6666. Color #da514f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 01001111
Octal 332 121 117
Decimal 218 81 79
Hex DA 51 4F

RGB Percentages of Color #da514f

%57.67
%21.43
%20.90

CMYK Percentages of Color #da514f

%0
%63
%64
%15

Triadic Colors of #da514f

#da514f #4fda51 #514fda

Analogous Colors of #da514f

#da514f #da974f #da4f93

Monochromatic Colors of #da514f

#da514f

Complementary Color

#da514f #4fd8da

#da514f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da514f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da514f Color CSS Codes

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

#da514f Text Font Color

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

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


#da514f Background Color

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

This div background color is #da514f


#da514f Border Color

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

This div border color is #da514f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da514f


Comments

No comments written yet.

Please login to write comment.