Color Hex Logo

#dd48bd Color Hex

#DD48BD
(221,72,189)
0 Favorites   0 Comments

Color spaces of #dd48bd

RGB 22172189
HSL0.870.690.57
HSV313°67°87°
CMYK 0.000.670.14   0.13
XYZ41.321523.681050.5371
Yxy23.68100.35760.2050
Hunter Lab48.663166.4099-27.5090
CIE-Lab55.767069.4357-31.1146

#dd48bd color RGB value is (221,72,189).

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

The process color (four color CMYK) of #dd48bd color hex is 0.00, 0.67, 0.14, 0.13. Web safe color of #dd48bd is #cc33cc. Color #dd48bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 10111101
Octal 335 110 275
Decimal 221 72 189
Hex DD 48 BD

RGB Percentages of Color #dd48bd

%45.85
%14.94
%39.21

CMYK Percentages of Color #dd48bd

%0
%67
%14
%13

Triadic Colors of #dd48bd

#dd48bd #bddd48 #48bddd

Analogous Colors of #dd48bd

#dd48bd #dd4873 #b348dd

Monochromatic Colors of #dd48bd

#dd48bd

Complementary Color

#dd48bd #48dd68

#dd48bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd48bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd48bd Color CSS Codes

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

#dd48bd Text Font Color

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

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


#dd48bd Background Color

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

This div background color is #dd48bd


#dd48bd Border Color

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

This div border color is #dd48bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd48bd


Comments

No comments written yet.

Please login to write comment.