Color Hex Logo

#da488e Color Hex

#DA488E
(218,72,142)
0 Favorites   0 Comments

Color spaces of #da488e

RGB 21872142
HSL0.920.660.57
HSV331°67°85°
CMYK 0.000.670.35   0.15
XYZ36.113321.493127.8364
Yxy21.49310.42270.2515
Hunter Lab46.360757.9140-3.1471
CIE-Lab53.485062.6383-7.1332

#da488e color RGB value is (218,72,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 10001110
Octal 332 110 216
Decimal 218 72 142
Hex DA 48 8E

RGB Percentages of Color #da488e

%50.46
%16.67
%32.87

CMYK Percentages of Color #da488e

%0
%67
%35
%15

Triadic Colors of #da488e

#da488e #8eda48 #488eda

Analogous Colors of #da488e

#da488e #da4b48 #da48d7

Monochromatic Colors of #da488e

#da488e

Complementary Color

#da488e #48da94

#da488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da488e Color CSS Codes

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

#da488e Text Font Color

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

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


#da488e Background Color

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

This div background color is #da488e


#da488e Border Color

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

This div border color is #da488e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da488e


Comments

No comments written yet.

Please login to write comment.