Color Hex Logo

#da426c Color Hex

#DA426C
(218,66,108)
0 Favorites   0 Comments

Color spaces of #da426c

RGB 21866108
HSL0.950.670.56
HSV343°70°85°
CMYK 0.000.700.50   0.15
XYZ33.568419.884616.2562
Yxy19.88460.48150.2853
Hunter Lab44.592256.33629.6002
CIE-Lab51.706561.589510.6351

#da426c color RGB value is (218,66,108).

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

The process color (four color CMYK) of #da426c color hex is 0.00, 0.70, 0.50, 0.15. Web safe color of #da426c is #cc3366. Color #da426c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01101100
Octal 332 102 154
Decimal 218 66 108
Hex DA 42 6C

RGB Percentages of Color #da426c

%55.61
%16.84
%27.55

CMYK Percentages of Color #da426c

%0
%70
%50
%15

Triadic Colors of #da426c

#da426c #6cda42 #426cda

Analogous Colors of #da426c

#da426c #da6442 #da42b8

Monochromatic Colors of #da426c

#da426c

Complementary Color

#da426c #42dab0

#da426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da426c Color CSS Codes

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

#da426c Text Font Color

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

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


#da426c Background Color

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

This div background color is #da426c


#da426c Border Color

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

This div border color is #da426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da426c


Comments

No comments written yet.

Please login to write comment.