Color Hex Logo

#d17fbe Color Hex

#D17FBE
(209,127,190)
0 Favorites   0 Comments

Color spaces of #d17fbe

RGB 209127190
HSL0.870.470.66
HSV314°39°82°
CMYK 0.000.390.09   0.18
XYZ43.178132.451852.7033
Yxy32.45180.33650.2529
Hunter Lab56.966535.6038-14.9764
CIE-Lab63.714540.7689-19.5935

#d17fbe color RGB value is (209,127,190).

#d17fbe hex color red value is 209, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d17fbe hue: 0.87 , saturation: 0.47 and the lightness value of d17fbe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111111 10111110
Octal 321 177 276
Decimal 209 127 190
Hex D1 7F BE

RGB Percentages of Color #d17fbe

%39.73
%24.14
%36.12

CMYK Percentages of Color #d17fbe

%0
%39
%9
%18

Triadic Colors of #d17fbe

#d17fbe #bed17f #7fbed1

Analogous Colors of #d17fbe

#d17fbe #d17f95 #bb7fd1

Monochromatic Colors of #d17fbe

#d17fbe

Complementary Color

#d17fbe #7fd192

#d17fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17fbe Color CSS Codes

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

#d17fbe Text Font Color

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

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


#d17fbe Background Color

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

This div background color is #d17fbe


#d17fbe Border Color

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

This div border color is #d17fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17fbe


Comments

No comments written yet.

Please login to write comment.