Color Hex Logo

#da4cad Color Hex

#DA4CAD
(218,76,173)
0 Favorites   0 Comments

Color spaces of #da4cad

RGB 21876173
HSL0.890.660.58
HSV319°65°85°
CMYK 0.000.650.21   0.15
XYZ39.040723.091441.9346
Yxy23.09140.37520.2219
Hunter Lab48.053560.9273-18.1028
CIE-Lab55.166464.9232-22.8121

#da4cad color RGB value is (218,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001100 10101101
Octal 332 114 255
Decimal 218 76 173
Hex DA 4C AD

RGB Percentages of Color #da4cad

%46.68
%16.27
%37.04

CMYK Percentages of Color #da4cad

%0
%65
%21
%15

Triadic Colors of #da4cad

#da4cad #adda4c #4cadda

Analogous Colors of #da4cad

#da4cad #da4c66 #c04cda

Monochromatic Colors of #da4cad

#da4cad

Complementary Color

#da4cad #4cda79

#da4cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4cad Color CSS Codes

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

#da4cad Text Font Color

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

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


#da4cad Background Color

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

This div background color is #da4cad


#da4cad Border Color

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

This div border color is #da4cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4cad


Comments

No comments written yet.

Please login to write comment.