Color Hex Logo

#da81bd Color Hex

#DA81BD
(218,129,189)
0 Favorites   0 Comments

Color spaces of #da81bd

RGB 218129189
HSL0.890.550.68
HSV320°41°85°
CMYK 0.000.410.13   0.15
XYZ45.949034.280152.3390
Yxy34.28010.34660.2586
Hunter Lab58.549237.6244-12.0168
CIE-Lab65.184342.4860-16.6968

#da81bd color RGB value is (218,129,189).

#da81bd hex color red value is 218, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da81bd hue: 0.89 , saturation: 0.55 and the lightness value of da81bd is 0.68.

The process color (four color CMYK) of #da81bd color hex is 0.00, 0.41, 0.13, 0.15. Web safe color of #da81bd is #cc99cc. Color #da81bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 10111101
Octal 332 201 275
Decimal 218 129 189
Hex DA 81 BD

RGB Percentages of Color #da81bd

%40.67
%24.07
%35.26

CMYK Percentages of Color #da81bd

%0
%41
%13
%15

Triadic Colors of #da81bd

#da81bd #bdda81 #81bdda

Analogous Colors of #da81bd

#da81bd #da8191 #cb81da

Monochromatic Colors of #da81bd

#da81bd

Complementary Color

#da81bd #81da9e

#da81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da81bd Color CSS Codes

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

#da81bd Text Font Color

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

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


#da81bd Background Color

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

This div background color is #da81bd


#da81bd Border Color

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

This div border color is #da81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da81bd


Comments

No comments written yet.

Please login to write comment.