Color Hex Logo

#d97bdc Color Hex

#D97BDC
(217,123,220)
0 Favorites   0 Comments

Color spaces of #d97bdc

RGB 217123220
HSL0.830.580.67
HSV298°44°86°
CMYK 0.010.440.00   0.14
XYZ48.616534.084971.7268
Yxy34.08490.31480.2207
Hunter Lab58.382346.4728-31.9744
CIE-Lab65.029950.6028-34.3151

#d97bdc color RGB value is (217,123,220).

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

The process color (four color CMYK) of #d97bdc color hex is 0.01, 0.44, 0.00, 0.14. Web safe color of #d97bdc is #cc66cc. Color #d97bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 11011100
Octal 331 173 334
Decimal 217 123 220
Hex D9 7B DC

RGB Percentages of Color #d97bdc

%38.75
%21.96
%39.29

CMYK Percentages of Color #d97bdc

%1
%44
%0
%14

Triadic Colors of #d97bdc

#d97bdc #dcd97b #7bdcd9

Analogous Colors of #d97bdc

#d97bdc #dc7baf #a97bdc

Monochromatic Colors of #d97bdc

#d97bdc

Complementary Color

#d97bdc #7edc7b

#d97bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bdc Color CSS Codes

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

#d97bdc Text Font Color

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

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


#d97bdc Background Color

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

This div background color is #d97bdc


#d97bdc Border Color

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

This div border color is #d97bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bdc


Comments

No comments written yet.

Please login to write comment.