Color Hex Logo

#d18bed Color Hex

#D18BED
(209,139,237)
0 Favorites   0 Comments

Color spaces of #d18bed

RGB 209139237
HSL0.790.730.74
HSV283°41°93°
CMYK 0.120.410.00   0.07
XYZ50.813238.135084.8034
Yxy38.13500.29240.2195
Hunter Lab61.753538.8080-38.1928
CIE-Lab68.120043.2176-38.9782

#d18bed color RGB value is (209,139,237).

#d18bed hex color red value is 209, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d18bed hue: 0.79 , saturation: 0.73 and the lightness value of d18bed is 0.74.

The process color (four color CMYK) of #d18bed color hex is 0.12, 0.41, 0.00, 0.07. Web safe color of #d18bed is #cc99ff. Color #d18bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001011 11101101
Octal 321 213 355
Decimal 209 139 237
Hex D1 8B ED

RGB Percentages of Color #d18bed

%35.73
%23.76
%40.51

CMYK Percentages of Color #d18bed

%12
%41
%0
%7

Triadic Colors of #d18bed

#d18bed #edd18b #8bedd1

Analogous Colors of #d18bed

#d18bed #ed8bd8 #a08bed

Monochromatic Colors of #d18bed

#d18bed

Complementary Color

#d18bed #a7ed8b

#d18bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18bed Color CSS Codes

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

#d18bed Text Font Color

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

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


#d18bed Background Color

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

This div background color is #d18bed


#d18bed Border Color

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

This div border color is #d18bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18bed


Comments

No comments written yet.

Please login to write comment.