Color Hex Logo

#d16fbe Color Hex

#D16FBE
(209,111,190)
0 Favorites   0 Comments

Color spaces of #d16fbe

RGB 209111190
HSL0.870.520.63
HSV312°47°82°
CMYK 0.000.470.09   0.18
XYZ41.273228.641952.0683
Yxy28.64190.33840.2348
Hunter Lab53.518144.0025-20.2211
CIE-Lab60.464349.0410-24.5642

#d16fbe color RGB value is (209,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 10111110
Octal 321 157 276
Decimal 209 111 190
Hex D1 6F BE

RGB Percentages of Color #d16fbe

%40.98
%21.76
%37.25

CMYK Percentages of Color #d16fbe

%0
%47
%9
%18

Triadic Colors of #d16fbe

#d16fbe #bed16f #6fbed1

Analogous Colors of #d16fbe

#d16fbe #d16f8d #b36fd1

Monochromatic Colors of #d16fbe

#d16fbe

Complementary Color

#d16fbe #6fd182

#d16fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16fbe Color CSS Codes

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

#d16fbe Text Font Color

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

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


#d16fbe Background Color

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

This div background color is #d16fbe


#d16fbe Border Color

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

This div border color is #d16fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16fbe


Comments

No comments written yet.

Please login to write comment.