Color Hex Logo

#da97df Color Hex

#DA97DF
(218,151,223)
0 Favorites   0 Comments

Color spaces of #da97df

RGB 218151223
HSL0.820.530.73
HSV296°32°87°
CMYK 0.020.320.00   0.13
XYZ53.299342.366475.1804
Yxy42.36640.31200.2480
Hunter Lab65.089532.2603-22.9192
CIE-Lab71.122836.7875-26.5595

#da97df color RGB value is (218,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 11011111
Octal 332 227 337
Decimal 218 151 223
Hex DA 97 DF

RGB Percentages of Color #da97df

%36.82
%25.51
%37.67

CMYK Percentages of Color #da97df

%2
%32
%0
%13

Triadic Colors of #da97df

#da97df #dfda97 #97dfda

Analogous Colors of #da97df

#da97df #df97c0 #b697df

Monochromatic Colors of #da97df

#da97df

Complementary Color

#da97df #9cdf97

#da97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da97df Color CSS Codes

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

#da97df Text Font Color

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

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


#da97df Background Color

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

This div background color is #da97df


#da97df Border Color

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

This div border color is #da97df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da97df


Comments

No comments written yet.

Please login to write comment.