Color Hex Logo

#d17caf Color Hex

#D17CAF
(209,124,175)
0 Favorites   0 Comments

Color spaces of #d17caf

RGB 209124175
HSL0.900.480.65
HSV324°41°82°
CMYK 0.000.410.16   0.18
XYZ41.240031.065844.3801
Yxy31.06580.35340.2662
Hunter Lab55.736734.5342-8.1937
CIE-Lab62.563139.8927-12.8343

#d17caf color RGB value is (209,124,175).

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

The process color (four color CMYK) of #d17caf color hex is 0.00, 0.41, 0.16, 0.18. Web safe color of #d17caf is #cc6699. Color #d17caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 10101111
Octal 321 174 257
Decimal 209 124 175
Hex D1 7C AF

RGB Percentages of Color #d17caf

%41.14
%24.41
%34.45

CMYK Percentages of Color #d17caf

%0
%41
%16
%18

Triadic Colors of #d17caf

#d17caf #afd17c #7cafd1

Analogous Colors of #d17caf

#d17caf #d17c85 #c97cd1

Monochromatic Colors of #d17caf

#d17caf

Complementary Color

#d17caf #7cd19e

#d17caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17caf Color CSS Codes

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

#d17caf Text Font Color

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

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


#d17caf Background Color

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

This div background color is #d17caf


#d17caf Border Color

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

This div border color is #d17caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17caf


Comments

No comments written yet.

Please login to write comment.