Color Hex Logo

#dd81bd Color Hex

#DD81BD
(221,129,189)
0 Favorites   0 Comments

Color spaces of #dd81bd

RGB 221129189
HSL0.890.580.69
HSV321°42°87°
CMYK 0.000.420.14   0.13
XYZ46.854434.746852.3814
Yxy34.74680.34970.2593
Hunter Lab58.946438.7270-11.4242
CIE-Lab65.551143.4658-16.1068

#dd81bd color RGB value is (221,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 10111101
Octal 335 201 275
Decimal 221 129 189
Hex DD 81 BD

RGB Percentages of Color #dd81bd

%41.00
%23.93
%35.06

CMYK Percentages of Color #dd81bd

%0
%42
%14
%13

Triadic Colors of #dd81bd

#dd81bd #bddd81 #81bddd

Analogous Colors of #dd81bd

#dd81bd #dd818f #cf81dd

Monochromatic Colors of #dd81bd

#dd81bd

Complementary Color

#dd81bd #81dda1

#dd81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd81bd Color CSS Codes

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

#dd81bd Text Font Color

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

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


#dd81bd Background Color

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

This div background color is #dd81bd


#dd81bd Border Color

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

This div border color is #dd81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd81bd


Comments

No comments written yet.

Please login to write comment.