Color Hex Logo

#dd40bd Color Hex

#DD40BD
(221,64,189)
0 Favorites   0 Comments

Color spaces of #dd40bd

RGB 22164189
HSL0.870.700.56
HSV312°71°87°
CMYK 0.000.710.14   0.13
XYZ40.837522.713150.3758
Yxy22.71310.35850.1994
Hunter Lab47.658369.5514-29.3100
CIE-Lab54.775672.2242-32.6590

#dd40bd color RGB value is (221,64,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 10111101
Octal 335 100 275
Decimal 221 64 189
Hex DD 40 BD

RGB Percentages of Color #dd40bd

%46.62
%13.50
%39.87

CMYK Percentages of Color #dd40bd

%0
%71
%14
%13

Triadic Colors of #dd40bd

#dd40bd #bddd40 #40bddd

Analogous Colors of #dd40bd

#dd40bd #dd406f #af40dd

Monochromatic Colors of #dd40bd

#dd40bd

Complementary Color

#dd40bd #40dd60

#dd40bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd40bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd40bd Color CSS Codes

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

#dd40bd Text Font Color

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

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


#dd40bd Background Color

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

This div background color is #dd40bd


#dd40bd Border Color

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

This div border color is #dd40bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd40bd


Comments

No comments written yet.

Please login to write comment.