Color Hex Logo

#da7db1 Color Hex

#DA7DB1
(218,125,177)
0 Favorites   0 Comments

Color spaces of #da7db1

RGB 218125177
HSL0.910.560.67
HSV326°43°85°
CMYK 0.000.430.19   0.15
XYZ44.182932.747045.5871
Yxy32.74700.36060.2673
Hunter Lab57.225037.6745-7.1746
CIE-Lab63.955542.6889-11.7660

#da7db1 color RGB value is (218,125,177).

#da7db1 hex color red value is 218, green value is 125 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #da7db1 hue: 0.91 , saturation: 0.56 and the lightness value of da7db1 is 0.67.

The process color (four color CMYK) of #da7db1 color hex is 0.00, 0.43, 0.19, 0.15. Web safe color of #da7db1 is #cc6699. Color #da7db1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111101 10110001
Octal 332 175 261
Decimal 218 125 177
Hex DA 7D B1

RGB Percentages of Color #da7db1

%41.92
%24.04
%34.04

CMYK Percentages of Color #da7db1

%0
%43
%19
%15

Triadic Colors of #da7db1

#da7db1 #b1da7d #7db1da

Analogous Colors of #da7db1

#da7db1 #da7d83 #d57dda

Monochromatic Colors of #da7db1

#da7db1

Complementary Color

#da7db1 #7ddaa6

#da7db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7db1 Color CSS Codes

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

#da7db1 Text Font Color

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

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


#da7db1 Background Color

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

This div background color is #da7db1


#da7db1 Border Color

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

This div border color is #da7db1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7db1


Comments

No comments written yet.

Please login to write comment.