Color Hex Logo

#da497a Color Hex

#DA497A
(218,73,122)
0 Favorites   0 Comments

Color spaces of #da497a

RGB 21873122
HSL0.940.660.57
HSV340°67°85°
CMYK 0.000.670.44   0.15
XYZ34.808821.075720.6457
Yxy21.07570.45480.2754
Hunter Lab45.908355.00375.4721
CIE-Lab53.032260.17574.1212

#da497a color RGB value is (218,73,122).

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

The process color (four color CMYK) of #da497a color hex is 0.00, 0.67, 0.44, 0.15. Web safe color of #da497a is #cc3366. Color #da497a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 01111010
Octal 332 111 172
Decimal 218 73 122
Hex DA 49 7A

RGB Percentages of Color #da497a

%52.78
%17.68
%29.54

CMYK Percentages of Color #da497a

%0
%67
%44
%15

Triadic Colors of #da497a

#da497a #7ada49 #497ada

Analogous Colors of #da497a

#da497a #da6149 #da49c3

Monochromatic Colors of #da497a

#da497a

Complementary Color

#da497a #49daa9

#da497a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da497a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da497a Color CSS Codes

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

#da497a Text Font Color

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

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


#da497a Background Color

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

This div background color is #da497a


#da497a Border Color

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

This div border color is #da497a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da497a


Comments

No comments written yet.

Please login to write comment.