Color Hex Logo

#dd82bd Color Hex

#DD82BD
(221,130,189)
0 Favorites   0 Comments

Color spaces of #dd82bd

RGB 221130189
HSL0.890.570.69
HSV321°41°87°
CMYK 0.000.410.14   0.13
XYZ46.986735.011552.4255
Yxy35.01150.34950.2605
Hunter Lab59.170538.1966-11.1120
CIE-Lab65.757642.9469-15.7946

#dd82bd color RGB value is (221,130,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 10111101
Octal 335 202 275
Decimal 221 130 189
Hex DD 82 BD

RGB Percentages of Color #dd82bd

%40.93
%24.07
%35.00

CMYK Percentages of Color #dd82bd

%0
%41
%14
%13

Triadic Colors of #dd82bd

#dd82bd #bddd82 #82bddd

Analogous Colors of #dd82bd

#dd82bd #dd8290 #d082dd

Monochromatic Colors of #dd82bd

#dd82bd

Complementary Color

#dd82bd #82dda2

#dd82bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd82bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd82bd Color CSS Codes

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

#dd82bd Text Font Color

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

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


#dd82bd Background Color

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

This div background color is #dd82bd


#dd82bd Border Color

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

This div border color is #dd82bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd82bd


Comments

No comments written yet.

Please login to write comment.