Color Hex Logo

#da51bd Color Hex

#DA51BD
(218,81,189)
0 Favorites   0 Comments

Color spaces of #da51bd

RGB 21881189
HSL0.870.650.59
HSV313°63°85°
CMYK 0.000.630.13   0.15
XYZ41.041224.464450.7031
Yxy24.46440.35320.2105
Hunter Lab49.461561.5546-26.1553
CIE-Lab56.549865.2031-29.9343

#da51bd color RGB value is (218,81,189).

#da51bd hex color red value is 218, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da51bd hue: 0.87 , saturation: 0.65 and the lightness value of da51bd is 0.59.

The process color (four color CMYK) of #da51bd color hex is 0.00, 0.63, 0.13, 0.15. Web safe color of #da51bd is #cc66cc. Color #da51bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10111101
Octal 332 121 275
Decimal 218 81 189
Hex DA 51 BD

RGB Percentages of Color #da51bd

%44.67
%16.60
%38.73

CMYK Percentages of Color #da51bd

%0
%63
%13
%15

Triadic Colors of #da51bd

#da51bd #bdda51 #51bdda

Analogous Colors of #da51bd

#da51bd #da5179 #b351da

Monochromatic Colors of #da51bd

#da51bd

Complementary Color

#da51bd #51da6e

#da51bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51bd Color CSS Codes

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

#da51bd Text Font Color

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

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


#da51bd Background Color

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

This div background color is #da51bd


#da51bd Border Color

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

This div border color is #da51bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51bd


Comments

No comments written yet.

Please login to write comment.