Color Hex Logo

#da466f Color Hex

#DA466F
(218,70,111)
0 Favorites   0 Comments

Color spaces of #da466f

RGB 21870111
HSL0.950.670.56
HSV343°68°85°
CMYK 0.000.680.49   0.15
XYZ33.972820.433417.1924
Yxy20.43340.47450.2854
Hunter Lab45.203355.04689.0923
CIE-Lab52.323760.34269.7004

#da466f color RGB value is (218,70,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 01101111
Octal 332 106 157
Decimal 218 70 111
Hex DA 46 6F

RGB Percentages of Color #da466f

%54.64
%17.54
%27.82

CMYK Percentages of Color #da466f

%0
%68
%49
%15

Triadic Colors of #da466f

#da466f #6fda46 #466fda

Analogous Colors of #da466f

#da466f #da6746 #da46b9

Monochromatic Colors of #da466f

#da466f

Complementary Color

#da466f #46dab1

#da466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da466f Color CSS Codes

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

#da466f Text Font Color

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

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


#da466f Background Color

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

This div background color is #da466f


#da466f Border Color

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

This div border color is #da466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da466f


Comments

No comments written yet.

Please login to write comment.