Color Hex Logo

#d289dd Color Hex

#D289DD
(210,137,221)
0 Favorites   0 Comments

Color spaces of #d289dd

RGB 210137221
HSL0.810.550.70
HSV292°38°87°
CMYK 0.050.380.00   0.13
XYZ48.575136.813472.9521
Yxy36.81340.30680.2325
Hunter Lab60.674036.7259-28.8161
CIE-Lab67.136841.4078-31.6679

#d289dd color RGB value is (210,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001001 11011101
Octal 322 211 335
Decimal 210 137 221
Hex D2 89 DD

RGB Percentages of Color #d289dd

%36.97
%24.12
%38.91

CMYK Percentages of Color #d289dd

%5
%38
%0
%13

Triadic Colors of #d289dd

#d289dd #ddd289 #89ddd2

Analogous Colors of #d289dd

#d289dd #dd89be #a889dd

Monochromatic Colors of #d289dd

#d289dd

Complementary Color

#d289dd #94dd89

#d289dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d289dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d289dd Color CSS Codes

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

#d289dd Text Font Color

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

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


#d289dd Background Color

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

This div background color is #d289dd


#d289dd Border Color

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

This div border color is #d289dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d289dd


Comments

No comments written yet.

Please login to write comment.