Color Hex Logo

#d189ce Color Hex

#D189CE
(209,137,206)
0 Favorites   0 Comments

Color spaces of #d189ce

RGB 209137206
HSL0.840.440.68
HSV303°34°82°
CMYK 0.000.340.01   0.18
XYZ46.380735.902962.8779
Yxy35.90290.31950.2473
Hunter Lab59.919033.3107-20.2745
CIE-Lab66.445738.2741-24.4015

#d189ce color RGB value is (209,137,206).

#d189ce hex color red value is 209, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d189ce hue: 0.84 , saturation: 0.44 and the lightness value of d189ce is 0.68.

The process color (four color CMYK) of #d189ce color hex is 0.00, 0.34, 0.01, 0.18. Web safe color of #d189ce is #cc99cc. Color #d189ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001001 11001110
Octal 321 211 316
Decimal 209 137 206
Hex D1 89 CE

RGB Percentages of Color #d189ce

%37.86
%24.82
%37.32

CMYK Percentages of Color #d189ce

%0
%34
%1
%18

Triadic Colors of #d189ce

#d189ce #ced189 #89ced1

Analogous Colors of #d189ce

#d189ce #d189aa #b089d1

Monochromatic Colors of #d189ce

#d189ce

Complementary Color

#d189ce #89d18c

#d189ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d189ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d189ce Color CSS Codes

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

#d189ce Text Font Color

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

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


#d189ce Background Color

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

This div background color is #d189ce


#d189ce Border Color

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

This div border color is #d189ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d189ce


Comments

No comments written yet.

Please login to write comment.