Color Hex Logo

#da11bd Color Hex

#DA11BD
(218,17,189)
0 Favorites   0 Comments

Color spaces of #da11bd

RGB 21817189
HSL0.860.860.46
HSV309°92°85°
CMYK 0.000.920.13   0.15
XYZ38.299218.980449.7891
Yxy18.98040.35770.1773
Hunter Lab43.566580.6775-37.2618
CIE-Lab50.664381.9606-39.1446

#da11bd color RGB value is (218,17,189).

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

The process color (four color CMYK) of #da11bd color hex is 0.00, 0.92, 0.13, 0.15. Web safe color of #da11bd is #cc00cc. Color #da11bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 10111101
Octal 332 21 275
Decimal 218 17 189
Hex DA 11 BD

RGB Percentages of Color #da11bd

%51.42
%4.01
%44.58

CMYK Percentages of Color #da11bd

%0
%92
%13
%15

Triadic Colors of #da11bd

#da11bd #bdda11 #11bdda

Analogous Colors of #da11bd

#da11bd #da1159 #9311da

Monochromatic Colors of #da11bd

#da11bd

Complementary Color

#da11bd #11da2e

#da11bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da11bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da11bd Color CSS Codes

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

#da11bd Text Font Color

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

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


#da11bd Background Color

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

This div background color is #da11bd


#da11bd Border Color

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

This div border color is #da11bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da11bd


Comments

No comments written yet.

Please login to write comment.