Color Hex Logo

#da489d Color Hex

#DA489D
(218,72,157)
0 Favorites   0 Comments

Color spaces of #da489d

RGB 21872157
HSL0.900.660.57
HSV325°67°85°
CMYK 0.000.670.28   0.15
XYZ37.316621.974534.1730
Yxy21.97450.39930.2351
Hunter Lab46.877060.0610-10.4081
CIE-Lab53.999964.3971-15.2266

#da489d color RGB value is (218,72,157).

#da489d hex color red value is 218, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da489d hue: 0.90 , saturation: 0.66 and the lightness value of da489d is 0.57.

The process color (four color CMYK) of #da489d color hex is 0.00, 0.67, 0.28, 0.15. Web safe color of #da489d is #cc3399. Color #da489d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 10011101
Octal 332 110 235
Decimal 218 72 157
Hex DA 48 9D

RGB Percentages of Color #da489d

%48.77
%16.11
%35.12

CMYK Percentages of Color #da489d

%0
%67
%28
%15

Triadic Colors of #da489d

#da489d #9dda48 #489dda

Analogous Colors of #da489d

#da489d #da4854 #ce48da

Monochromatic Colors of #da489d

#da489d

Complementary Color

#da489d #48da85

#da489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da489d Color CSS Codes

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

#da489d Text Font Color

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

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


#da489d Background Color

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

This div background color is #da489d


#da489d Border Color

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

This div border color is #da489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da489d


Comments

No comments written yet.

Please login to write comment.