Color Hex Logo

#d17cbf Color Hex

#D17CBF
(209,124,191)
0 Favorites   0 Comments

Color spaces of #d17cbf

RGB 209124191
HSL0.870.480.65
HSV313°41°82°
CMYK 0.000.410.09   0.18
XYZ42.906131.732253.1537
Yxy31.73220.33570.2483
Hunter Lab56.331337.3789-16.5135
CIE-Lab63.120942.5188-21.0631

#d17cbf color RGB value is (209,124,191).

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

The process color (four color CMYK) of #d17cbf color hex is 0.00, 0.41, 0.09, 0.18. Web safe color of #d17cbf is #cc66cc. Color #d17cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 10111111
Octal 321 174 277
Decimal 209 124 191
Hex D1 7C BF

RGB Percentages of Color #d17cbf

%39.89
%23.66
%36.45

CMYK Percentages of Color #d17cbf

%0
%41
%9
%18

Triadic Colors of #d17cbf

#d17cbf #bfd17c #7cbfd1

Analogous Colors of #d17cbf

#d17cbf #d17c95 #b97cd1

Monochromatic Colors of #d17cbf

#d17cbf

Complementary Color

#d17cbf #7cd18e

#d17cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17cbf Color CSS Codes

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

#d17cbf Text Font Color

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

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


#d17cbf Background Color

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

This div background color is #d17cbf


#d17cbf Border Color

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

This div border color is #d17cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17cbf


Comments

No comments written yet.

Please login to write comment.