Color Hex Logo

#da499c Color Hex

#DA499C
(218,73,156)
0 Favorites   0 Comments

Color spaces of #da499c

RGB 21873156
HSL0.900.660.57
HSV326°67°85°
CMYK 0.000.670.28   0.15
XYZ37.296722.070833.7468
Yxy22.07080.40050.2370
Hunter Lab46.979659.4955-9.7040
CIE-Lab54.102063.8919-14.4831

#da499c color RGB value is (218,73,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10011100
Octal 332 111 234
Decimal 218 73 156
Hex DA 49 9C

RGB Percentages of Color #da499c

%48.77
%16.33
%34.90

CMYK Percentages of Color #da499c

%0
%67
%28
%15

Triadic Colors of #da499c

#da499c #9cda49 #499cda

Analogous Colors of #da499c

#da499c #da4954 #d049da

Monochromatic Colors of #da499c

#da499c

Complementary Color

#da499c #49da87

#da499c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da499c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da499c Color CSS Codes

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

#da499c Text Font Color

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

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


#da499c Background Color

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

This div background color is #da499c


#da499c Border Color

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

This div border color is #da499c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da499c


Comments

No comments written yet.

Please login to write comment.