Color Hex Logo

#d18cba Color Hex

#D18CBA
(209,140,186)
0 Favorites   0 Comments

Color spaces of #d18cba

RGB 209140186
HSL0.890.430.68
HSV320°33°82°
CMYK 0.000.330.11   0.18
XYZ44.535535.856651.0281
Yxy35.85660.33890.2728
Hunter Lab59.880427.9671-8.6087
CIE-Lab66.410233.1360-13.2641

#d18cba color RGB value is (209,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10111010
Octal 321 214 272
Decimal 209 140 186
Hex D1 8C BA

RGB Percentages of Color #d18cba

%39.07
%26.17
%34.77

CMYK Percentages of Color #d18cba

%0
%33
%11
%18

Triadic Colors of #d18cba

#d18cba #bad18c #8cbad1

Analogous Colors of #d18cba

#d18cba #d18c98 #c68cd1

Monochromatic Colors of #d18cba

#d18cba

Complementary Color

#d18cba #8cd1a3

#d18cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cba Color CSS Codes

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

#d18cba Text Font Color

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

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


#d18cba Background Color

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

This div background color is #d18cba


#d18cba Border Color

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

This div border color is #d18cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cba


Comments

No comments written yet.

Please login to write comment.