Color Hex Logo

#d187dd Color Hex

#D187DD
(209,135,221)
0 Favorites   0 Comments

Color spaces of #d187dd

RGB 209135221
HSL0.810.560.70
HSV292°39°87°
CMYK 0.050.390.00   0.13
XYZ48.009636.103772.8449
Yxy36.10370.30590.2300
Hunter Lab60.086437.4722-29.8190
CIE-Lab66.599142.1682-32.5092

#d187dd color RGB value is (209,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000111 11011101
Octal 321 207 335
Decimal 209 135 221
Hex D1 87 DD

RGB Percentages of Color #d187dd

%36.99
%23.89
%39.12

CMYK Percentages of Color #d187dd

%5
%39
%0
%13

Triadic Colors of #d187dd

#d187dd #ddd187 #87ddd1

Analogous Colors of #d187dd

#d187dd #dd87be #a687dd

Monochromatic Colors of #d187dd

#d187dd

Complementary Color

#d187dd #93dd87

#d187dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d187dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d187dd Color CSS Codes

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

#d187dd Text Font Color

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

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


#d187dd Background Color

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

This div background color is #d187dd


#d187dd Border Color

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

This div border color is #d187dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d187dd


Comments

No comments written yet.

Please login to write comment.