Color Hex Logo

#d18add Color Hex

#D18ADD
(209,138,221)
0 Favorites   0 Comments

Color spaces of #d18add

RGB 209138221
HSL0.810.550.70
HSV291°38°87°
CMYK 0.050.380.00   0.13
XYZ48.434136.952772.9864
Yxy36.95270.30580.2333
Hunter Lab60.788735.8416-28.6348
CIE-Lab67.241540.5692-31.5147

#d18add color RGB value is (209,138,221).

#d18add hex color red value is 209, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d18add hue: 0.81 , saturation: 0.55 and the lightness value of d18add is 0.70.

The process color (four color CMYK) of #d18add color hex is 0.05, 0.38, 0.00, 0.13. Web safe color of #d18add is #cc99cc. Color #d18add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 11011101
Octal 321 212 335
Decimal 209 138 221
Hex D1 8A DD

RGB Percentages of Color #d18add

%36.80
%24.30
%38.91

CMYK Percentages of Color #d18add

%5
%38
%0
%13

Triadic Colors of #d18add

#d18add #ddd18a #8addd1

Analogous Colors of #d18add

#d18add #dd8ac0 #a88add

Monochromatic Colors of #d18add

#d18add

Complementary Color

#d18add #96dd8a

#d18add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18add Color CSS Codes

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

#d18add Text Font Color

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

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


#d18add Background Color

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

This div background color is #d18add


#d18add Border Color

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

This div border color is #d18add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18add


Comments

No comments written yet.

Please login to write comment.