Color Hex Logo

#d18ebf Color Hex

#D18EBF
(209,142,191)
0 Favorites   0 Comments

Color spaces of #d18ebf

RGB 209142191
HSL0.880.420.69
HSV316°32°82°
CMYK 0.000.320.09   0.18
XYZ45.371536.662953.9755
Yxy36.66290.33360.2696
Hunter Lab60.549927.7920-10.4675
CIE-Lab67.023432.9081-15.1422

#d18ebf color RGB value is (209,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001110 10111111
Octal 321 216 277
Decimal 209 142 191
Hex D1 8E BF

RGB Percentages of Color #d18ebf

%38.56
%26.20
%35.24

CMYK Percentages of Color #d18ebf

%0
%32
%9
%18

Triadic Colors of #d18ebf

#d18ebf #bfd18e #8ebfd1

Analogous Colors of #d18ebf

#d18ebf #d18e9e #c28ed1

Monochromatic Colors of #d18ebf

#d18ebf

Complementary Color

#d18ebf #8ed1a0

#d18ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18ebf Color CSS Codes

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

#d18ebf Text Font Color

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

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


#d18ebf Background Color

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

This div background color is #d18ebf


#d18ebf Border Color

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

This div border color is #d18ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18ebf


Comments

No comments written yet.

Please login to write comment.