Color Hex Logo

#da5982 Color Hex

#DA5982
(218,89,130)
0 Favorites   0 Comments

Color spaces of #da5982

RGB 21889130
HSL0.950.640.60
HSV341°59°85°
CMYK 0.000.590.40   0.15
XYZ36.515123.661923.7617
Yxy23.66190.43500.2819
Hunter Lab48.643548.86805.0881
CIE-Lab55.747754.22353.2911

#da5982 color RGB value is (218,89,130).

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

The process color (four color CMYK) of #da5982 color hex is 0.00, 0.59, 0.40, 0.15. Web safe color of #da5982 is #cc6699. Color #da5982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 10000010
Octal 332 131 202
Decimal 218 89 130
Hex DA 59 82

RGB Percentages of Color #da5982

%49.89
%20.37
%29.75

CMYK Percentages of Color #da5982

%0
%59
%40
%15

Triadic Colors of #da5982

#da5982 #82da59 #5982da

Analogous Colors of #da5982

#da5982 #da7159 #da59c3

Monochromatic Colors of #da5982

#da5982

Complementary Color

#da5982 #59dab1

#da5982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5982 Color CSS Codes

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

#da5982 Text Font Color

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

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


#da5982 Background Color

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

This div background color is #da5982


#da5982 Border Color

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

This div border color is #da5982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5982


Comments

No comments written yet.

Please login to write comment.