Color Hex Logo

#da1dbe Color Hex

#DA1DBE
(218,29,190)
0 Favorites   0 Comments

Color spaces of #da1dbe

RGB 21829190
HSL0.860.770.48
HSV309°87°85°
CMYK 0.000.870.13   0.15
XYZ38.647119.501950.4425
Yxy19.50190.35590.1796
Hunter Lab44.161078.9311-36.8109
CIE-Lab51.269380.4676-38.7725

#da1dbe color RGB value is (218,29,190).

#da1dbe hex color red value is 218, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da1dbe hue: 0.86 , saturation: 0.77 and the lightness value of da1dbe is 0.48.

The process color (four color CMYK) of #da1dbe color hex is 0.00, 0.87, 0.13, 0.15. Web safe color of #da1dbe is #cc33cc. Color #da1dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011101 10111110
Octal 332 35 276
Decimal 218 29 190
Hex DA 1D BE

RGB Percentages of Color #da1dbe

%49.89
%6.64
%43.48

CMYK Percentages of Color #da1dbe

%0
%87
%13
%15

Triadic Colors of #da1dbe

#da1dbe #beda1d #1dbeda

Analogous Colors of #da1dbe

#da1dbe #da1d5f #981dda

Monochromatic Colors of #da1dbe

#da1dbe

Complementary Color

#da1dbe #1dda39

#da1dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1dbe Color CSS Codes

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

#da1dbe Text Font Color

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

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


#da1dbe Background Color

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

This div background color is #da1dbe


#da1dbe Border Color

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

This div border color is #da1dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1dbe


Comments

No comments written yet.

Please login to write comment.