Color Hex Logo

#d189dd Color Hex

#D189DD
(209,137,221)
0 Favorites   0 Comments

Color spaces of #d189dd

RGB 209137221
HSL0.810.550.70
HSV291°38°87°
CMYK 0.050.380.00   0.13
XYZ48.291336.667172.9388
Yxy36.66710.30580.2322
Hunter Lab60.553436.3853-29.0297
CIE-Lab67.026541.1031-31.8474

#d189dd color RGB value is (209,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001001 11011101
Octal 321 211 335
Decimal 209 137 221
Hex D1 89 DD

RGB Percentages of Color #d189dd

%36.86
%24.16
%38.98

CMYK Percentages of Color #d189dd

%5
%38
%0
%13

Triadic Colors of #d189dd

#d189dd #ddd189 #89ddd1

Analogous Colors of #d189dd

#d189dd #dd89bf #a789dd

Monochromatic Colors of #d189dd

#d189dd

Complementary Color

#d189dd #95dd89

#d189dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d189dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d189dd Color CSS Codes

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

#d189dd Text Font Color

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

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


#d189dd Background Color

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

This div background color is #d189dd


#d189dd Border Color

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

This div border color is #d189dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d189dd


Comments

No comments written yet.

Please login to write comment.