Color Hex Logo

#d18fba Color Hex

#D18FBA
(209,143,186)
0 Favorites   0 Comments

Color spaces of #d18fba

RGB 209143186
HSL0.890.420.69
HSV321°32°82°
CMYK 0.000.320.11   0.18
XYZ44.979936.745451.1762
Yxy36.74540.33840.2765
Hunter Lab60.618026.3695-7.6225
CIE-Lab67.085631.5124-12.2498

#d18fba color RGB value is (209,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001111 10111010
Octal 321 217 272
Decimal 209 143 186
Hex D1 8F BA

RGB Percentages of Color #d18fba

%38.85
%26.58
%34.57

CMYK Percentages of Color #d18fba

%0
%32
%11
%18

Triadic Colors of #d18fba

#d18fba #bad18f #8fbad1

Analogous Colors of #d18fba

#d18fba #d18f99 #c78fd1

Monochromatic Colors of #d18fba

#d18fba

Complementary Color

#d18fba #8fd1a6

#d18fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18fba Color CSS Codes

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

#d18fba Text Font Color

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

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


#d18fba Background Color

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

This div background color is #d18fba


#d18fba Border Color

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

This div border color is #d18fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18fba


Comments

No comments written yet.

Please login to write comment.