Color Hex Logo

#da97db Color Hex

#DA97DB
(218,151,219)
0 Favorites   0 Comments

Color spaces of #da97db

RGB 218151219
HSL0.830.490.73
HSV299°31°86°
CMYK 0.000.310.00   0.14
XYZ52.766242.153172.3731
Yxy42.15310.31540.2520
Hunter Lab64.925431.4511-20.6434
CIE-Lab70.976336.0395-24.5838

#da97db color RGB value is (218,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 11011011
Octal 332 227 333
Decimal 218 151 219
Hex DA 97 DB

RGB Percentages of Color #da97db

%37.07
%25.68
%37.24

CMYK Percentages of Color #da97db

%0
%31
%0
%14

Triadic Colors of #da97db

#da97db #dbda97 #97dbda

Analogous Colors of #da97db

#da97db #db97ba #b897db

Monochromatic Colors of #da97db

#da97db

Complementary Color

#da97db #98db97

#da97db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da97db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da97db Color CSS Codes

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

#da97db Text Font Color

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

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


#da97db Background Color

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

This div background color is #da97db


#da97db Border Color

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

This div border color is #da97db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da97db


Comments

No comments written yet.

Please login to write comment.