Color Hex Logo

#da489a Color Hex

#DA489A
(218,72,154)
0 Favorites   0 Comments

Color spaces of #da489a

RGB 21872154
HSL0.910.660.57
HSV326°67°85°
CMYK 0.000.670.29   0.15
XYZ37.063521.873232.8403
Yxy21.87320.40380.2383
Hunter Lab46.768859.6129-8.8943
CIE-Lab53.892264.0318-13.6220

#da489a color RGB value is (218,72,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 10011010
Octal 332 110 232
Decimal 218 72 154
Hex DA 48 9A

RGB Percentages of Color #da489a

%49.10
%16.22
%34.68

CMYK Percentages of Color #da489a

%0
%67
%29
%15

Triadic Colors of #da489a

#da489a #9ada48 #489ada

Analogous Colors of #da489a

#da489a #da4851 #d148da

Monochromatic Colors of #da489a

#da489a

Complementary Color

#da489a #48da88

#da489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da489a Color CSS Codes

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

#da489a Text Font Color

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

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


#da489a Background Color

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

This div background color is #da489a


#da489a Border Color

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

This div border color is #da489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da489a


Comments

No comments written yet.

Please login to write comment.