Color Hex Logo

#da2abd Color Hex

#DA2ABD
(218,42,189)
0 Favorites   0 Comments

Color spaces of #da2abd

RGB 21842189
HSL0.860.700.51
HSV310°81°85°
CMYK 0.000.810.13   0.15
XYZ38.926720.235549.9983
Yxy20.23550.35660.1854
Hunter Lab44.983975.7428-34.4104
CIE-Lab52.102477.7677-36.8805

#da2abd color RGB value is (218,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101010 10111101
Octal 332 52 275
Decimal 218 42 189
Hex DA 2A BD

RGB Percentages of Color #da2abd

%48.55
%9.35
%42.09

CMYK Percentages of Color #da2abd

%0
%81
%13
%15

Triadic Colors of #da2abd

#da2abd #bdda2a #2abdda

Analogous Colors of #da2abd

#da2abd #da2a65 #9f2ada

Monochromatic Colors of #da2abd

#da2abd

Complementary Color

#da2abd #2ada47

#da2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2abd Color CSS Codes

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

#da2abd Text Font Color

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

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


#da2abd Background Color

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

This div background color is #da2abd


#da2abd Border Color

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

This div border color is #da2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2abd


Comments

No comments written yet.

Please login to write comment.