Color Hex Logo

#da4caf Color Hex

#DA4CAF
(218,76,175)
0 Favorites   0 Comments

Color spaces of #da4caf

RGB 21876175
HSL0.880.660.58
HSV318°65°85°
CMYK 0.000.650.20   0.15
XYZ39.235723.169542.9616
Yxy23.16950.37240.2199
Hunter Lab48.134761.2637-19.2237
CIE-Lab55.246565.1956-23.8522

#da4caf color RGB value is (218,76,175).

#da4caf hex color red value is 218, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #da4caf hue: 0.88 , saturation: 0.66 and the lightness value of da4caf is 0.58.

The process color (four color CMYK) of #da4caf color hex is 0.00, 0.65, 0.20, 0.15. Web safe color of #da4caf is #cc3399. Color #da4caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001100 10101111
Octal 332 114 257
Decimal 218 76 175
Hex DA 4C AF

RGB Percentages of Color #da4caf

%46.48
%16.20
%37.31

CMYK Percentages of Color #da4caf

%0
%65
%20
%15

Triadic Colors of #da4caf

#da4caf #afda4c #4cafda

Analogous Colors of #da4caf

#da4caf #da4c68 #be4cda

Monochromatic Colors of #da4caf

#da4caf

Complementary Color

#da4caf #4cda77

#da4caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4caf Color CSS Codes

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

#da4caf Text Font Color

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

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


#da4caf Background Color

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

This div background color is #da4caf


#da4caf Border Color

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

This div border color is #da4caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4caf


Comments

No comments written yet.

Please login to write comment.