Color Hex Logo

#da94bd Color Hex

#DA94BD
(218,148,189)
0 Favorites   0 Comments

Color spaces of #da94bd

RGB 218148189
HSL0.900.490.72
HSV325°32°85°
CMYK 0.000.320.13   0.15
XYZ48.688739.759453.2523
Yxy39.75940.34360.2806
Hunter Lab63.055127.4845-5.9340
CIE-Lab69.297832.4045-10.5106

#da94bd color RGB value is (218,148,189).

#da94bd hex color red value is 218, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da94bd hue: 0.90 , saturation: 0.49 and the lightness value of da94bd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 10111101
Octal 332 224 275
Decimal 218 148 189
Hex DA 94 BD

RGB Percentages of Color #da94bd

%39.28
%26.67
%34.05

CMYK Percentages of Color #da94bd

%0
%32
%13
%15

Triadic Colors of #da94bd

#da94bd #bdda94 #94bdda

Analogous Colors of #da94bd

#da94bd #da949a #d494da

Monochromatic Colors of #da94bd

#da94bd

Complementary Color

#da94bd #94dab1

#da94bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da94bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da94bd Color CSS Codes

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

#da94bd Text Font Color

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

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


#da94bd Background Color

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

This div background color is #da94bd


#da94bd Border Color

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

This div border color is #da94bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da94bd


Comments

No comments written yet.

Please login to write comment.