Color Hex Logo

#da96db Color Hex

#DA96DB
(218,150,219)
0 Favorites   0 Comments

Color spaces of #da96db

RGB 218150219
HSL0.830.490.72
HSV299°32°86°
CMYK 0.000.320.00   0.14
XYZ52.606041.832672.3197
Yxy41.83260.31550.2509
Hunter Lab64.678131.9964-21.0203
CIE-Lab70.755436.5758-24.9218

#da96db color RGB value is (218,150,219).

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

The process color (four color CMYK) of #da96db color hex is 0.00, 0.32, 0.00, 0.14. Web safe color of #da96db is #cc99cc. Color #da96db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 11011011
Octal 332 226 333
Decimal 218 150 219
Hex DA 96 DB

RGB Percentages of Color #da96db

%37.14
%25.55
%37.31

CMYK Percentages of Color #da96db

%0
%32
%0
%14

Triadic Colors of #da96db

#da96db #dbda96 #96dbda

Analogous Colors of #da96db

#da96db #db96ba #b896db

Monochromatic Colors of #da96db

#da96db

Complementary Color

#da96db #97db96

#da96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da96db Color CSS Codes

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

#da96db Text Font Color

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

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


#da96db Background Color

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

This div background color is #da96db


#da96db Border Color

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

This div border color is #da96db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da96db


Comments

No comments written yet.

Please login to write comment.