Color Hex Logo

#d97dea Color Hex

#D97DEA
(217,125,234)
0 Favorites   0 Comments

Color spaces of #d97dea

RGB 217125234
HSL0.810.720.70
HSV291°47°92°
CMYK 0.070.470.00   0.08
XYZ50.800235.359581.9895
Yxy35.35950.30210.2103
Hunter Lab59.463948.4315-40.1251
CIE-Lab66.027652.2019-40.5276

#d97dea color RGB value is (217,125,234).

#d97dea hex color red value is 217, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d97dea hue: 0.81 , saturation: 0.72 and the lightness value of d97dea is 0.70.

The process color (four color CMYK) of #d97dea color hex is 0.07, 0.47, 0.00, 0.08. Web safe color of #d97dea is #cc66ff. Color #d97dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 11101010
Octal 331 175 352
Decimal 217 125 234
Hex D9 7D EA

RGB Percentages of Color #d97dea

%37.67
%21.70
%40.63

CMYK Percentages of Color #d97dea

%7
%47
%0
%8

Triadic Colors of #d97dea

#d97dea #ead97d #7dead9

Analogous Colors of #d97dea

#d97dea #ea7dc5 #a37dea

Monochromatic Colors of #d97dea

#d97dea

Complementary Color

#d97dea #8eea7d

#d97dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97dea Color CSS Codes

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

#d97dea Text Font Color

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

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


#d97dea Background Color

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

This div background color is #d97dea


#d97dea Border Color

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

This div border color is #d97dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97dea


Comments

No comments written yet.

Please login to write comment.