Color Hex Logo

#d91daf Color Hex

#D91DAF
(217,29,175)
0 Favorites   0 Comments

Color spaces of #d91daf

RGB 21729175
HSL0.870.760.48
HSV313°87°85°
CMYK 0.000.870.19   0.15
XYZ36.792518.725642.2327
Yxy18.72560.37640.1916
Hunter Lab43.273176.0399-27.5734
CIE-Lab50.364678.3445-31.4349

#d91daf color RGB value is (217,29,175).

#d91daf hex color red value is 217, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d91daf hue: 0.87 , saturation: 0.76 and the lightness value of d91daf is 0.48.

The process color (four color CMYK) of #d91daf color hex is 0.00, 0.87, 0.19, 0.15. Web safe color of #d91daf is #cc3399. Color #d91daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011101 10101111
Octal 331 35 257
Decimal 217 29 175
Hex D9 1D AF

RGB Percentages of Color #d91daf

%51.54
%6.89
%41.57

CMYK Percentages of Color #d91daf

%0
%87
%19
%15

Triadic Colors of #d91daf

#d91daf #afd91d #1dafd9

Analogous Colors of #d91daf

#d91daf #d91d51 #a51dd9

Monochromatic Colors of #d91daf

#d91daf

Complementary Color

#d91daf #1dd947

#d91daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91daf Color CSS Codes

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

#d91daf Text Font Color

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

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


#d91daf Background Color

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

This div background color is #d91daf


#d91daf Border Color

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

This div border color is #d91daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91daf


Comments

No comments written yet.

Please login to write comment.