Color Hex Logo

#da488f Color Hex

#DA488F
(218,72,143)
0 Favorites   0 Comments

Color spaces of #da488f

RGB 21872143
HSL0.920.660.57
HSV331°67°85°
CMYK 0.000.670.34   0.15
XYZ36.188721.523328.2337
Yxy21.52330.42110.2504
Hunter Lab46.393258.0496-3.6071
CIE-Lab53.517562.7500-7.6781

#da488f color RGB value is (218,72,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 10001111
Octal 332 110 217
Decimal 218 72 143
Hex DA 48 8F

RGB Percentages of Color #da488f

%50.35
%16.63
%33.03

CMYK Percentages of Color #da488f

%0
%67
%34
%15

Triadic Colors of #da488f

#da488f #8fda48 #488fda

Analogous Colors of #da488f

#da488f #da4a48 #da48d8

Monochromatic Colors of #da488f

#da488f

Complementary Color

#da488f #48da93

#da488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da488f Color CSS Codes

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

#da488f Text Font Color

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

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


#da488f Background Color

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

This div background color is #da488f


#da488f Border Color

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

This div border color is #da488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da488f


Comments

No comments written yet.

Please login to write comment.