Color Hex Logo

#da426d Color Hex

#DA426D
(218,66,109)
0 Favorites   0 Comments

Color spaces of #da426d

RGB 21866109
HSL0.950.670.56
HSV343°70°85°
CMYK 0.000.700.50   0.15
XYZ33.622019.906016.5382
Yxy19.90600.47990.2841
Hunter Lab44.616156.43659.2538
CIE-Lab51.730861.672910.0670

#da426d color RGB value is (218,66,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01101101
Octal 332 102 155
Decimal 218 66 109
Hex DA 42 6D

RGB Percentages of Color #da426d

%55.47
%16.79
%27.74

CMYK Percentages of Color #da426d

%0
%70
%50
%15

Triadic Colors of #da426d

#da426d #6dda42 #426dda

Analogous Colors of #da426d

#da426d #da6342 #da42b9

Monochromatic Colors of #da426d

#da426d

Complementary Color

#da426d #42daaf

#da426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da426d Color CSS Codes

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

#da426d Text Font Color

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

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


#da426d Background Color

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

This div background color is #da426d


#da426d Border Color

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

This div border color is #da426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da426d


Comments

No comments written yet.

Please login to write comment.