Color Hex Logo

#d18cbd Color Hex

#D18CBD
(209,140,189)
0 Favorites   0 Comments

Color spaces of #d18cbd

RGB 209140189
HSL0.880.430.68
HSV317°33°82°
CMYK 0.000.330.10   0.18
XYZ44.857935.985652.7258
Yxy35.98560.33580.2694
Hunter Lab59.988028.5000-10.1207
CIE-Lab66.508933.6454-14.7980

#d18cbd color RGB value is (209,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10111101
Octal 321 214 275
Decimal 209 140 189
Hex D1 8C BD

RGB Percentages of Color #d18cbd

%38.85
%26.02
%35.13

CMYK Percentages of Color #d18cbd

%0
%33
%10
%18

Triadic Colors of #d18cbd

#d18cbd #bdd18c #8cbdd1

Analogous Colors of #d18cbd

#d18cbd #d18c9b #c38cd1

Monochromatic Colors of #d18cbd

#d18cbd

Complementary Color

#d18cbd #8cd1a0

#d18cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cbd Color CSS Codes

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

#d18cbd Text Font Color

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

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


#d18cbd Background Color

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

This div background color is #d18cbd


#d18cbd Border Color

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

This div border color is #d18cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cbd


Comments

No comments written yet.

Please login to write comment.