Color Hex Logo

#dd81d6 Color Hex

#DD81D6
(221,129,214)
0 Favorites   0 Comments

Color spaces of #dd81d6

RGB 221129214
HSL0.850.580.69
HSV305°42°87°
CMYK 0.000.420.03   0.13
XYZ49.806635.927767.9280
Yxy35.92770.32410.2338
Hunter Lab59.939743.4291-25.2339
CIE-Lab66.464647.6552-28.7134

#dd81d6 color RGB value is (221,129,214).

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

The process color (four color CMYK) of #dd81d6 color hex is 0.00, 0.42, 0.03, 0.13. Web safe color of #dd81d6 is #cc99cc. Color #dd81d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 11010110
Octal 335 201 326
Decimal 221 129 214
Hex DD 81 D6

RGB Percentages of Color #dd81d6

%39.18
%22.87
%37.94

CMYK Percentages of Color #dd81d6

%0
%42
%3
%13

Triadic Colors of #dd81d6

#dd81d6 #d6dd81 #81d6dd

Analogous Colors of #dd81d6

#dd81d6 #dd81a8 #b681dd

Monochromatic Colors of #dd81d6

#dd81d6

Complementary Color

#dd81d6 #81dd88

#dd81d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd81d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd81d6 Color CSS Codes

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

#dd81d6 Text Font Color

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

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


#dd81d6 Background Color

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

This div background color is #dd81d6


#dd81d6 Border Color

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

This div border color is #dd81d6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,129,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd81d6


Comments

No comments written yet.

Please login to write comment.