Color Hex Logo

#d97cdb Color Hex

#D97CDB
(217,124,219)
0 Favorites   0 Comments

Color spaces of #d97cdb

RGB 217124219
HSL0.830.570.67
HSV299°43°86°
CMYK 0.010.430.00   0.14
XYZ48.609134.281571.0728
Yxy34.28150.31570.2227
Hunter Lab58.550445.7292-30.9853
CIE-Lab65.185449.9123-33.5165

#d97cdb color RGB value is (217,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 11011011
Octal 331 174 333
Decimal 217 124 219
Hex D9 7C DB

RGB Percentages of Color #d97cdb

%38.75
%22.14
%39.11

CMYK Percentages of Color #d97cdb

%1
%43
%0
%14

Triadic Colors of #d97cdb

#d97cdb #dbd97c #7cdbd9

Analogous Colors of #d97cdb

#d97cdb #db7cae #aa7cdb

Monochromatic Colors of #d97cdb

#d97cdb

Complementary Color

#d97cdb #7edb7c

#d97cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cdb Color CSS Codes

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

#d97cdb Text Font Color

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

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


#d97cdb Background Color

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

This div background color is #d97cdb


#d97cdb Border Color

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

This div border color is #d97cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cdb


Comments

No comments written yet.

Please login to write comment.