Color Hex Logo

#da1588 Color Hex

#DA1588
(218,21,136)
0 Favorites   0 Comments

Color spaces of #da1588

RGB 21821136
HSL0.900.820.47
HSV325°90°85°
CMYK 0.000.900.38   0.15
XYZ33.625517.219324.8440
Yxy17.21930.44430.2275
Hunter Lab41.496172.0253-6.4500
CIE-Lab48.535275.4593-10.9454

#da1588 color RGB value is (218,21,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 10001000
Octal 332 25 210
Decimal 218 21 136
Hex DA 15 88

RGB Percentages of Color #da1588

%58.13
%5.60
%36.27

CMYK Percentages of Color #da1588

%0
%90
%38
%15

Triadic Colors of #da1588

#da1588 #88da15 #1588da

Analogous Colors of #da1588

#da1588 #da1525 #ca15da

Monochromatic Colors of #da1588

#da1588

Complementary Color

#da1588 #15da67

#da1588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1588 Color CSS Codes

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

#da1588 Text Font Color

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

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


#da1588 Background Color

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

This div background color is #da1588


#da1588 Border Color

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

This div border color is #da1588


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,21,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 #da1588">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1588


Comments

No comments written yet.

Please login to write comment.