Color Hex Logo

#d16bae Color Hex

#D16BAE
(209,107,174)
0 Favorites   0 Comments

Color spaces of #d16bae

RGB 209107174
HSL0.890.530.62
HSV321°49°82°
CMYK 0.000.490.17   0.18
XYZ39.192227.126743.2147
Yxy27.12670.35780.2477
Hunter Lab52.083343.1738-12.7360
CIE-Lab59.091448.4850-17.5105

#d16bae color RGB value is (209,107,174).

#d16bae hex color red value is 209, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d16bae hue: 0.89 , saturation: 0.53 and the lightness value of d16bae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101011 10101110
Octal 321 153 256
Decimal 209 107 174
Hex D1 6B AE

RGB Percentages of Color #d16bae

%42.65
%21.84
%35.51

CMYK Percentages of Color #d16bae

%0
%49
%17
%18

Triadic Colors of #d16bae

#d16bae #aed16b #6baed1

Analogous Colors of #d16bae

#d16bae #d16b7b #c16bd1

Monochromatic Colors of #d16bae

#d16bae

Complementary Color

#d16bae #6bd18e

#d16bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16bae Color CSS Codes

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

#d16bae Text Font Color

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

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


#d16bae Background Color

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

This div background color is #d16bae


#d16bae Border Color

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

This div border color is #d16bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,107,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 #d16bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16bae


Comments

No comments written yet.

Please login to write comment.