Color Hex Logo

#da5d78 Color Hex

#DA5D78
(218,93,120)
1 Favorites   0 Comments

Color spaces of #da5d78

RGB 21893120
HSL0.960.630.61
HSV347°57°85°
CMYK 0.000.570.45   0.15
XYZ36.218024.090220.5103
Yxy24.09020.44810.2981
Hunter Lab49.081845.82419.5811
CIE-Lab56.178051.38029.7966

#da5d78 color RGB value is (218,93,120).

#da5d78 hex color red value is 218, green value is 93 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #da5d78 hue: 0.96 , saturation: 0.63 and the lightness value of da5d78 is 0.61.

The process color (four color CMYK) of #da5d78 color hex is 0.00, 0.57, 0.45, 0.15. Web safe color of #da5d78 is #cc6666. Color #da5d78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011101 01111000
Octal 332 135 170
Decimal 218 93 120
Hex DA 5D 78

RGB Percentages of Color #da5d78

%50.58
%21.58
%27.84

CMYK Percentages of Color #da5d78

%0
%57
%45
%15

Triadic Colors of #da5d78

#da5d78 #78da5d #5d78da

Analogous Colors of #da5d78

#da5d78 #da815d #da5db7

Monochromatic Colors of #da5d78

#da5d78

Complementary Color

#da5d78 #5ddabf

#da5d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5d78 Color CSS Codes

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

#da5d78 Text Font Color

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

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


#da5d78 Background Color

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

This div background color is #da5d78


#da5d78 Border Color

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

This div border color is #da5d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5d78


Comments

No comments written yet.

Please login to write comment.