Color Hex Logo

#d18eba Color Hex

#D18EBA
(209,142,186)
0 Favorites   0 Comments

Color spaces of #d18eba

RGB 209142186
HSL0.890.420.69
HSV321°32°82°
CMYK 0.000.320.11   0.18
XYZ44.830436.446551.1264
Yxy36.44650.33860.2753
Hunter Lab60.370926.9018-7.9513
CIE-Lab66.859732.0539-12.5888

#d18eba color RGB value is (209,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001110 10111010
Octal 321 216 272
Decimal 209 142 186
Hex D1 8E BA

RGB Percentages of Color #d18eba

%38.92
%26.44
%34.64

CMYK Percentages of Color #d18eba

%0
%32
%11
%18

Triadic Colors of #d18eba

#d18eba #bad18e #8ebad1

Analogous Colors of #d18eba

#d18eba #d18e99 #c78ed1

Monochromatic Colors of #d18eba

#d18eba

Complementary Color

#d18eba #8ed1a5

#d18eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18eba Color CSS Codes

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

#d18eba Text Font Color

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

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


#d18eba Background Color

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

This div background color is #d18eba


#d18eba Border Color

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

This div border color is #d18eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18eba


Comments

No comments written yet.

Please login to write comment.