Color Hex Logo

#da5778 Color Hex

#DA5778
(218,87,120)
0 Favorites   0 Comments

Color spaces of #da5778

RGB 21887120
HSL0.960.640.60
HSV345°60°85°
CMYK 0.000.600.45   0.15
XYZ35.711823.077920.3416
Yxy23.07790.45130.2916
Hunter Lab48.039548.62518.5222
CIE-Lab55.152554.10378.3437

#da5778 color RGB value is (218,87,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 01111000
Octal 332 127 170
Decimal 218 87 120
Hex DA 57 78

RGB Percentages of Color #da5778

%51.29
%20.47
%28.24

CMYK Percentages of Color #da5778

%0
%60
%45
%15

Triadic Colors of #da5778

#da5778 #78da57 #5778da

Analogous Colors of #da5778

#da5778 #da7857 #da57ba

Monochromatic Colors of #da5778

#da5778

Complementary Color

#da5778 #57dab9

#da5778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5778 Color CSS Codes

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

#da5778 Text Font Color

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

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


#da5778 Background Color

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

This div background color is #da5778


#da5778 Border Color

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

This div border color is #da5778


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,87,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 #da5778">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5778


Comments

No comments written yet.

Please login to write comment.