Color Hex Logo

#d17bae Color Hex

#D17BAE
(209,123,174)
0 Favorites   0 Comments

Color spaces of #d17bae

RGB 209123174
HSL0.900.480.65
HSV324°41°82°
CMYK 0.000.410.17   0.18
XYZ41.017430.777243.8231
Yxy30.77720.35480.2662
Hunter Lab55.477234.8899-8.0009
CIE-Lab62.319140.2623-12.6321

#d17bae color RGB value is (209,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111011 10101110
Octal 321 173 256
Decimal 209 123 174
Hex D1 7B AE

RGB Percentages of Color #d17bae

%41.30
%24.31
%34.39

CMYK Percentages of Color #d17bae

%0
%41
%17
%18

Triadic Colors of #d17bae

#d17bae #aed17b #7baed1

Analogous Colors of #d17bae

#d17bae #d17b83 #c97bd1

Monochromatic Colors of #d17bae

#d17bae

Complementary Color

#d17bae #7bd19e

#d17bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17bae Color CSS Codes

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

#d17bae Text Font Color

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

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


#d17bae Background Color

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

This div background color is #d17bae


#d17bae Border Color

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

This div border color is #d17bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17bae


Comments

No comments written yet.

Please login to write comment.