Color Hex Logo

#d389dd Color Hex

#D389DD
(211,137,221)
0 Favorites   0 Comments

Color spaces of #d389dd

RGB 211137221
HSL0.810.550.70
HSV293°38°87°
CMYK 0.050.380.00   0.13
XYZ48.860836.960772.9655
Yxy36.96070.30770.2328
Hunter Lab60.795337.0675-28.6021
CIE-Lab67.247541.7127-31.4877

#d389dd color RGB value is (211,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 11011101
Octal 323 211 335
Decimal 211 137 221
Hex D3 89 DD

RGB Percentages of Color #d389dd

%37.08
%24.08
%38.84

CMYK Percentages of Color #d389dd

%5
%38
%0
%13

Triadic Colors of #d389dd

#d389dd #ddd389 #89ddd3

Analogous Colors of #d389dd

#d389dd #dd89bd #a989dd

Monochromatic Colors of #d389dd

#d389dd

Complementary Color

#d389dd #93dd89

#d389dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d389dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d389dd Color CSS Codes

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

#d389dd Text Font Color

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

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


#d389dd Background Color

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

This div background color is #d389dd


#d389dd Border Color

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

This div border color is #d389dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d389dd


Comments

No comments written yet.

Please login to write comment.