Color Hex Logo

#d18fbb Color Hex

#D18FBB
(209,143,187)
0 Favorites   0 Comments

Color spaces of #d18fbb

RGB 209143187
HSL0.890.420.69
HSV320°32°82°
CMYK 0.000.320.11   0.18
XYZ45.086636.788151.7382
Yxy36.78810.33740.2753
Hunter Lab60.653226.5450-8.1181
CIE-Lab67.117731.6815-12.7615

#d18fbb color RGB value is (209,143,187).

#d18fbb hex color red value is 209, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d18fbb hue: 0.89 , saturation: 0.42 and the lightness value of d18fbb is 0.69.

The process color (four color CMYK) of #d18fbb color hex is 0.00, 0.32, 0.11, 0.18. Web safe color of #d18fbb is #cc99cc. Color #d18fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001111 10111011
Octal 321 217 273
Decimal 209 143 187
Hex D1 8F BB

RGB Percentages of Color #d18fbb

%38.78
%26.53
%34.69

CMYK Percentages of Color #d18fbb

%0
%32
%11
%18

Triadic Colors of #d18fbb

#d18fbb #bbd18f #8fbbd1

Analogous Colors of #d18fbb

#d18fbb #d18f9a #c68fd1

Monochromatic Colors of #d18fbb

#d18fbb

Complementary Color

#d18fbb #8fd1a5

#d18fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18fbb Color CSS Codes

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

#d18fbb Text Font Color

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

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


#d18fbb Background Color

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

This div background color is #d18fbb


#d18fbb Border Color

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

This div border color is #d18fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18fbb


Comments

No comments written yet.

Please login to write comment.