Color Hex Logo

#da467f Color Hex

#DA467F
(218,70,127)
0 Favorites   0 Comments

Color spaces of #da467f

RGB 21870127
HSL0.940.670.56
HSV337°68°85°
CMYK 0.000.680.42   0.15
XYZ34.934420.818122.2557
Yxy20.81810.44780.2669
Hunter Lab45.626956.82233.0185
CIE-Lab52.749861.82270.7220

#da467f color RGB value is (218,70,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 01111111
Octal 332 106 177
Decimal 218 70 127
Hex DA 46 7F

RGB Percentages of Color #da467f

%52.53
%16.87
%30.60

CMYK Percentages of Color #da467f

%0
%68
%42
%15

Triadic Colors of #da467f

#da467f #7fda46 #467fda

Analogous Colors of #da467f

#da467f #da5746 #da46c9

Monochromatic Colors of #da467f

#da467f

Complementary Color

#da467f #46daa1

#da467f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da467f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da467f Color CSS Codes

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

#da467f Text Font Color

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

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


#da467f Background Color

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

This div background color is #da467f


#da467f Border Color

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

This div border color is #da467f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da467f


Comments

No comments written yet.

Please login to write comment.