Color Hex Logo

#da1488 Color Hex

#DA1488
(218,20,136)
0 Favorites   0 Comments

Color spaces of #da1488

RGB 21820136
HSL0.900.830.47
HSV325°91°85°
CMYK 0.000.910.38   0.15
XYZ33.607517.183324.8379
Yxy17.18330.44440.2272
Hunter Lab41.452772.1752-6.5088
CIE-Lab48.490275.5901-11.0130

#da1488 color RGB value is (218,20,136).

#da1488 hex color red value is 218, green value is 20 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #da1488 hue: 0.90 , saturation: 0.83 and the lightness value of da1488 is 0.47.

The process color (four color CMYK) of #da1488 color hex is 0.00, 0.91, 0.38, 0.15. Web safe color of #da1488 is #cc0099. Color #da1488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 10001000
Octal 332 24 210
Decimal 218 20 136
Hex DA 14 88

RGB Percentages of Color #da1488

%58.29
%5.35
%36.36

CMYK Percentages of Color #da1488

%0
%91
%38
%15

Triadic Colors of #da1488

#da1488 #88da14 #1488da

Analogous Colors of #da1488

#da1488 #da1425 #c914da

Monochromatic Colors of #da1488

#da1488

Complementary Color

#da1488 #14da66

#da1488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1488 Color CSS Codes

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

#da1488 Text Font Color

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

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


#da1488 Background Color

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

This div background color is #da1488


#da1488 Border Color

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

This div border color is #da1488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1488


Comments

No comments written yet.

Please login to write comment.