Color Hex Logo

#d889cd Color Hex

#D889CD
(216,137,205)
0 Favorites   0 Comments

Color spaces of #d889cd

RGB 216137205
HSL0.860.500.69
HSV308°37°85°
CMYK 0.000.370.05   0.15
XYZ48.284036.898062.3348
Yxy36.89800.32730.2501
Hunter Lab60.743735.5846-18.3224
CIE-Lab67.200440.3334-22.6193

#d889cd color RGB value is (216,137,205).

#d889cd hex color red value is 216, green value is 137 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d889cd hue: 0.86 , saturation: 0.50 and the lightness value of d889cd is 0.69.

The process color (four color CMYK) of #d889cd color hex is 0.00, 0.37, 0.05, 0.15. Web safe color of #d889cd is #cc99cc. Color #d889cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 11001101
Octal 330 211 315
Decimal 216 137 205
Hex D8 89 CD

RGB Percentages of Color #d889cd

%38.71
%24.55
%36.74

CMYK Percentages of Color #d889cd

%0
%37
%5
%15

Triadic Colors of #d889cd

#d889cd #cdd889 #89cdd8

Analogous Colors of #d889cd

#d889cd #d889a6 #bc89d8

Monochromatic Colors of #d889cd

#d889cd

Complementary Color

#d889cd #89d894

#d889cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d889cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d889cd Color CSS Codes

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

#d889cd Text Font Color

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

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


#d889cd Background Color

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

This div background color is #d889cd


#d889cd Border Color

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

This div border color is #d889cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,137,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d889cd


Comments

No comments written yet.

Please login to write comment.