Color Hex Logo

#d17dba Color Hex

#D17DBA
(209,125,186)
0 Favorites   0 Comments

Color spaces of #d17dba

RGB 209125186
HSL0.880.480.65
HSV316°40°82°
CMYK 0.000.400.11   0.18
XYZ42.491031.767750.3466
Yxy31.76770.34100.2549
Hunter Lab56.362835.9332-13.5073
CIE-Lab63.150441.1507-18.1897

#d17dba color RGB value is (209,125,186).

#d17dba hex color red value is 209, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d17dba hue: 0.88 , saturation: 0.48 and the lightness value of d17dba is 0.65.

The process color (four color CMYK) of #d17dba color hex is 0.00, 0.40, 0.11, 0.18. Web safe color of #d17dba is #cc66cc. Color #d17dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111101 10111010
Octal 321 175 272
Decimal 209 125 186
Hex D1 7D BA

RGB Percentages of Color #d17dba

%40.19
%24.04
%35.77

CMYK Percentages of Color #d17dba

%0
%40
%11
%18

Triadic Colors of #d17dba

#d17dba #bad17d #7dbad1

Analogous Colors of #d17dba

#d17dba #d17d90 #be7dd1

Monochromatic Colors of #d17dba

#d17dba

Complementary Color

#d17dba #7dd194

#d17dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17dba Color CSS Codes

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

#d17dba Text Font Color

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

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


#d17dba Background Color

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

This div background color is #d17dba


#d17dba Border Color

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

This div border color is #d17dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17dba


Comments

No comments written yet.

Please login to write comment.