Color Hex Logo

#d97dda Color Hex

#D97DDA
(217,125,218)
0 Favorites   0 Comments

Color spaces of #d97dda

RGB 217125218
HSL0.830.560.67
HSV299°43°85°
CMYK 0.000.430.00   0.15
XYZ48.603834.480970.4234
Yxy34.48090.31660.2246
Hunter Lab58.720444.9864-30.0022
CIE-Lab65.342549.2206-32.7156

#d97dda color RGB value is (217,125,218).

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

The process color (four color CMYK) of #d97dda color hex is 0.00, 0.43, 0.00, 0.15. Web safe color of #d97dda is #cc66cc. Color #d97dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 11011010
Octal 331 175 332
Decimal 217 125 218
Hex D9 7D DA

RGB Percentages of Color #d97dda

%38.75
%22.32
%38.93

CMYK Percentages of Color #d97dda

%0
%43
%0
%15

Triadic Colors of #d97dda

#d97dda #dad97d #7ddad9

Analogous Colors of #d97dda

#d97dda #da7dad #ab7dda

Monochromatic Colors of #d97dda

#d97dda

Complementary Color

#d97dda #7eda7d

#d97dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97dda Color CSS Codes

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

#d97dda Text Font Color

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

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


#d97dda Background Color

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

This div background color is #d97dda


#d97dda Border Color

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

This div border color is #d97dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97dda


Comments

No comments written yet.

Please login to write comment.