Color Hex Logo

#dd76bd Color Hex

#DD76BD
(221,118,189)
0 Favorites   0 Comments

Color spaces of #dd76bd

RGB 221118189
HSL0.890.600.66
HSV319°47°87°
CMYK 0.000.470.14   0.13
XYZ45.482532.003151.9241
Yxy32.00310.35150.2473
Hunter Lab56.571344.5117-14.8196
CIE-Lab63.345449.0795-19.4522

#dd76bd color RGB value is (221,118,189).

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

The process color (four color CMYK) of #dd76bd color hex is 0.00, 0.47, 0.14, 0.13. Web safe color of #dd76bd is #cc66cc. Color #dd76bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 10111101
Octal 335 166 275
Decimal 221 118 189
Hex DD 76 BD

RGB Percentages of Color #dd76bd

%41.86
%22.35
%35.80

CMYK Percentages of Color #dd76bd

%0
%47
%14
%13

Triadic Colors of #dd76bd

#dd76bd #bddd76 #76bddd

Analogous Colors of #dd76bd

#dd76bd #dd768a #ca76dd

Monochromatic Colors of #dd76bd

#dd76bd

Complementary Color

#dd76bd #76dd96

#dd76bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd76bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd76bd Color CSS Codes

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

#dd76bd Text Font Color

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

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


#dd76bd Background Color

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

This div background color is #dd76bd


#dd76bd Border Color

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

This div border color is #dd76bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd76bd


Comments

No comments written yet.

Please login to write comment.