Color Hex Logo

#d18fbf Color Hex

#D18FBF
(209,143,191)
0 Favorites   0 Comments

Color spaces of #d18fbf

RGB 209143191
HSL0.880.420.69
HSV316°32°82°
CMYK 0.000.320.09   0.18
XYZ45.520936.961854.0253
Yxy36.96180.33350.2708
Hunter Lab60.796227.2577-10.1295
CIE-Lab67.248432.3666-14.8029

#d18fbf color RGB value is (209,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001111 10111111
Octal 321 217 277
Decimal 209 143 191
Hex D1 8F BF

RGB Percentages of Color #d18fbf

%38.49
%26.34
%35.17

CMYK Percentages of Color #d18fbf

%0
%32
%9
%18

Triadic Colors of #d18fbf

#d18fbf #bfd18f #8fbfd1

Analogous Colors of #d18fbf

#d18fbf #d18f9e #c28fd1

Monochromatic Colors of #d18fbf

#d18fbf

Complementary Color

#d18fbf #8fd1a1

#d18fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18fbf Color CSS Codes

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

#d18fbf Text Font Color

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

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


#d18fbf Background Color

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

This div background color is #d18fbf


#d18fbf Border Color

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

This div border color is #d18fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18fbf


Comments

No comments written yet.

Please login to write comment.