Color Hex Logo

#da96af Color Hex

#DA96AF
(218,150,175)
0 Favorites   0 Comments

Color spaces of #da96af

RGB 218150175
HSL0.940.480.72
HSV338°31°85°
CMYK 0.000.310.20   0.15
XYZ47.557739.813345.7356
Yxy39.81330.35730.2991
Hunter Lab63.097824.11691.1929
CIE-Lab69.336329.1164-2.6510

#da96af color RGB value is (218,150,175).

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

The process color (four color CMYK) of #da96af color hex is 0.00, 0.31, 0.20, 0.15. Web safe color of #da96af is #cc9999. Color #da96af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 10101111
Octal 332 226 257
Decimal 218 150 175
Hex DA 96 AF

RGB Percentages of Color #da96af

%40.15
%27.62
%32.23

CMYK Percentages of Color #da96af

%0
%31
%20
%15

Triadic Colors of #da96af

#da96af #afda96 #96afda

Analogous Colors of #da96af

#da96af #da9f96 #da96d1

Monochromatic Colors of #da96af

#da96af

Complementary Color

#da96af #96dac1

#da96af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da96af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da96af Color CSS Codes

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

#da96af Text Font Color

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

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


#da96af Background Color

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

This div background color is #da96af


#da96af Border Color

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

This div border color is #da96af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da96af


Comments

No comments written yet.

Please login to write comment.