Color Hex Logo

#da5785 Color Hex

#DA5785
(218,87,133)
0 Favorites   0 Comments

Color spaces of #da5785

RGB 21887133
HSL0.940.640.60
HSV339°60°85°
CMYK 0.000.600.39   0.15
XYZ36.555323.415324.7832
Yxy23.41530.43130.2763
Hunter Lab48.389450.16483.5065
CIE-Lab55.497655.43491.1585

#da5785 color RGB value is (218,87,133).

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

The process color (four color CMYK) of #da5785 color hex is 0.00, 0.60, 0.39, 0.15. Web safe color of #da5785 is #cc6699. Color #da5785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 10000101
Octal 332 127 205
Decimal 218 87 133
Hex DA 57 85

RGB Percentages of Color #da5785

%49.77
%19.86
%30.37

CMYK Percentages of Color #da5785

%0
%60
%39
%15

Triadic Colors of #da5785

#da5785 #85da57 #5785da

Analogous Colors of #da5785

#da5785 #da6b57 #da57c7

Monochromatic Colors of #da5785

#da5785

Complementary Color

#da5785 #57daac

#da5785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5785 Color CSS Codes

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

#da5785 Text Font Color

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

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


#da5785 Background Color

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

This div background color is #da5785


#da5785 Border Color

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

This div border color is #da5785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5785


Comments

No comments written yet.

Please login to write comment.