Color Hex Logo

#da464f Color Hex

#DA464F
(218,70,79)
0 Favorites   0 Comments

Color spaces of #da464f

RGB 2187079
HSL0.990.670.56
HSV356°68°85°
CMYK 0.000.680.64   0.15
XYZ32.514919.85039.5149
Yxy19.85030.52550.3208
Hunter Lab44.553752.298918.5256
CIE-Lab51.667558.020827.9162

#da464f color RGB value is (218,70,79).

#da464f hex color red value is 218, green value is 70 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #da464f hue: 0.99 , saturation: 0.67 and the lightness value of da464f is 0.56.

The process color (four color CMYK) of #da464f color hex is 0.00, 0.68, 0.64, 0.15. Web safe color of #da464f is #cc3366. Color #da464f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 01001111
Octal 332 106 117
Decimal 218 70 79
Hex DA 46 4F

RGB Percentages of Color #da464f

%59.40
%19.07
%21.53

CMYK Percentages of Color #da464f

%0
%68
%64
%15

Triadic Colors of #da464f

#da464f #4fda46 #464fda

Analogous Colors of #da464f

#da464f #da8746 #da4699

Monochromatic Colors of #da464f

#da464f

Complementary Color

#da464f #46dad1

#da464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da464f Color CSS Codes

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

#da464f Text Font Color

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

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


#da464f Background Color

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

This div background color is #da464f


#da464f Border Color

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

This div border color is #da464f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da464f


Comments

No comments written yet.

Please login to write comment.