Color Hex Logo

#d97ddb Color Hex

#D97DDB
(217,125,219)
0 Favorites   0 Comments

Color spaces of #d97ddb

RGB 217125219
HSL0.830.570.67
HSV299°43°86°
CMYK 0.010.430.00   0.14
XYZ48.735134.533471.1148
Yxy34.53340.31570.2237
Hunter Lab58.765145.1947-30.6144
CIE-Lab65.383849.4025-33.2087

#d97ddb color RGB value is (217,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 11011011
Octal 331 175 333
Decimal 217 125 219
Hex D9 7D DB

RGB Percentages of Color #d97ddb

%38.68
%22.28
%39.04

CMYK Percentages of Color #d97ddb

%1
%43
%0
%14

Triadic Colors of #d97ddb

#d97ddb #dbd97d #7ddbd9

Analogous Colors of #d97ddb

#d97ddb #db7dae #aa7ddb

Monochromatic Colors of #d97ddb

#d97ddb

Complementary Color

#d97ddb #7fdb7d

#d97ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ddb Color CSS Codes

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

#d97ddb Text Font Color

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

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


#d97ddb Background Color

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

This div background color is #d97ddb


#d97ddb Border Color

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

This div border color is #d97ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ddb


Comments

No comments written yet.

Please login to write comment.