Color Hex Logo

#d381dd Color Hex

#D381DD
(211,129,221)
0 Favorites   0 Comments

Color spaces of #d381dd

RGB 211129221
HSL0.820.580.69
HSV293°42°87°
CMYK 0.050.420.00   0.13
XYZ47.765434.769972.6004
Yxy34.76990.30790.2241
Hunter Lab58.966041.4034-31.7231
CIE-Lab65.569145.9314-34.0891

#d381dd color RGB value is (211,129,221).

#d381dd hex color red value is 211, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d381dd hue: 0.82 , saturation: 0.58 and the lightness value of d381dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000001 11011101
Octal 323 201 335
Decimal 211 129 221
Hex D3 81 DD

RGB Percentages of Color #d381dd

%37.61
%22.99
%39.39

CMYK Percentages of Color #d381dd

%5
%42
%0
%13

Triadic Colors of #d381dd

#d381dd #ddd381 #81ddd3

Analogous Colors of #d381dd

#d381dd #dd81b9 #a581dd

Monochromatic Colors of #d381dd

#d381dd

Complementary Color

#d381dd #8bdd81

#d381dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d381dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d381dd Color CSS Codes

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

#d381dd Text Font Color

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

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


#d381dd Background Color

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

This div background color is #d381dd


#d381dd Border Color

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

This div border color is #d381dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d381dd


Comments

No comments written yet.

Please login to write comment.