Color Hex Logo

#d18cbf Color Hex

#D18CBF
(209,140,191)
0 Favorites   0 Comments

Color spaces of #d18cbf

RGB 209140191
HSL0.880.430.68
HSV316°33°82°
CMYK 0.000.330.09   0.18
XYZ45.076536.073153.8772
Yxy36.07310.33380.2672
Hunter Lab60.060928.8601-11.1431
CIE-Lab66.575733.9887-15.8178

#d18cbf color RGB value is (209,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10111111
Octal 321 214 277
Decimal 209 140 191
Hex D1 8C BF

RGB Percentages of Color #d18cbf

%38.70
%25.93
%35.37

CMYK Percentages of Color #d18cbf

%0
%33
%9
%18

Triadic Colors of #d18cbf

#d18cbf #bfd18c #8cbfd1

Analogous Colors of #d18cbf

#d18cbf #d18c9d #c18cd1

Monochromatic Colors of #d18cbf

#d18cbf

Complementary Color

#d18cbf #8cd19e

#d18cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cbf Color CSS Codes

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

#d18cbf Text Font Color

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

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


#d18cbf Background Color

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

This div background color is #d18cbf


#d18cbf Border Color

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

This div border color is #d18cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cbf


Comments

No comments written yet.

Please login to write comment.