Color Hex Logo

#da5788 Color Hex

#DA5788
(218,87,136)
0 Favorites   0 Comments

Color spaces of #da5788

RGB 21887136
HSL0.940.640.60
HSV338°60°85°
CMYK 0.000.600.38   0.15
XYZ36.765623.499425.8906
Yxy23.49940.42670.2728
Hunter Lab48.476250.54572.2672
CIE-Lab55.583155.7623-0.4865

#da5788 color RGB value is (218,87,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 10001000
Octal 332 127 210
Decimal 218 87 136
Hex DA 57 88

RGB Percentages of Color #da5788

%49.43
%19.73
%30.84

CMYK Percentages of Color #da5788

%0
%60
%38
%15

Triadic Colors of #da5788

#da5788 #88da57 #5788da

Analogous Colors of #da5788

#da5788 #da6857 #da57ca

Monochromatic Colors of #da5788

#da5788

Complementary Color

#da5788 #57daa9

#da5788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5788 Color CSS Codes

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

#da5788 Text Font Color

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

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


#da5788 Background Color

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

This div background color is #da5788


#da5788 Border Color

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

This div border color is #da5788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5788


Comments

No comments written yet.

Please login to write comment.