Color Hex Logo

#d18fbc Color Hex

#D18FBC
(209,143,188)
0 Favorites   0 Comments

Color spaces of #d18fbc

RGB 209143188
HSL0.890.420.69
HSV319°32°82°
CMYK 0.000.320.10   0.18
XYZ45.194136.831152.3041
Yxy36.83110.33640.2742
Hunter Lab60.688626.7217-8.6167
CIE-Lab67.150131.8517-13.2726

#d18fbc color RGB value is (209,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001111 10111100
Octal 321 217 274
Decimal 209 143 188
Hex D1 8F BC

RGB Percentages of Color #d18fbc

%38.70
%26.48
%34.81

CMYK Percentages of Color #d18fbc

%0
%32
%10
%18

Triadic Colors of #d18fbc

#d18fbc #bcd18f #8fbcd1

Analogous Colors of #d18fbc

#d18fbc #d18f9b #c58fd1

Monochromatic Colors of #d18fbc

#d18fbc

Complementary Color

#d18fbc #8fd1a4

#d18fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18fbc Color CSS Codes

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

#d18fbc Text Font Color

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

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


#d18fbc Background Color

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

This div background color is #d18fbc


#d18fbc Border Color

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

This div border color is #d18fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18fbc


Comments

No comments written yet.

Please login to write comment.