Color Hex Logo

#da498a Color Hex

#DA498A
(218,73,138)
0 Favorites   0 Comments

Color spaces of #da498a

RGB 21873138
HSL0.930.660.57
HSV333°67°85°
CMYK 0.000.670.37   0.15
XYZ35.883421.505526.3045
Yxy21.50550.42870.2570
Hunter Lab46.374056.9656-1.1689
CIE-Lab53.498461.8106-4.7376

#da498a color RGB value is (218,73,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10001010
Octal 332 111 212
Decimal 218 73 138
Hex DA 49 8A

RGB Percentages of Color #da498a

%50.82
%17.02
%32.17

CMYK Percentages of Color #da498a

%0
%67
%37
%15

Triadic Colors of #da498a

#da498a #8ada49 #498ada

Analogous Colors of #da498a

#da498a #da5149 #da49d3

Monochromatic Colors of #da498a

#da498a

Complementary Color

#da498a #49da99

#da498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da498a Color CSS Codes

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

#da498a Text Font Color

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

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


#da498a Background Color

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

This div background color is #da498a


#da498a Border Color

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

This div border color is #da498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da498a


Comments

No comments written yet.

Please login to write comment.