Color Hex Logo

#da2dbe Color Hex

#DA2DBE
(218,45,190)
0 Favorites   0 Comments

Color spaces of #da2dbe

RGB 21845190
HSL0.860.700.52
HSV310°79°85°
CMYK 0.000.790.13   0.15
XYZ39.146120.499950.6088
Yxy20.49990.35510.1859
Hunter Lab45.276875.0957-34.5785
CIE-Lab52.397877.1910-36.9968

#da2dbe color RGB value is (218,45,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101101 10111110
Octal 332 55 276
Decimal 218 45 190
Hex DA 2D BE

RGB Percentages of Color #da2dbe

%48.12
%9.93
%41.94

CMYK Percentages of Color #da2dbe

%0
%79
%13
%15

Triadic Colors of #da2dbe

#da2dbe #beda2d #2dbeda

Analogous Colors of #da2dbe

#da2dbe #da2d68 #a02dda

Monochromatic Colors of #da2dbe

#da2dbe

Complementary Color

#da2dbe #2dda49

#da2dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2dbe Color CSS Codes

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

#da2dbe Text Font Color

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

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


#da2dbe Background Color

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

This div background color is #da2dbe


#da2dbe Border Color

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

This div border color is #da2dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2dbe


Comments

No comments written yet.

Please login to write comment.