Color Hex Logo

#dd67bd Color Hex

#DD67BD
(221,103,189)
0 Favorites   0 Comments

Color spaces of #dd67bd

RGB 221103189
HSL0.880.630.64
HSV316°53°87°
CMYK 0.000.530.14   0.13
XYZ43.854328.746851.3814
Yxy28.74680.35370.2319
Hunter Lab53.616052.1729-19.2876
CIE-Lab60.557556.3729-23.7127

#dd67bd color RGB value is (221,103,189).

#dd67bd hex color red value is 221, green value is 103 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd67bd hue: 0.88 , saturation: 0.63 and the lightness value of dd67bd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 10111101
Octal 335 147 275
Decimal 221 103 189
Hex DD 67 BD

RGB Percentages of Color #dd67bd

%43.08
%20.08
%36.84

CMYK Percentages of Color #dd67bd

%0
%53
%14
%13

Triadic Colors of #dd67bd

#dd67bd #bddd67 #67bddd

Analogous Colors of #dd67bd

#dd67bd #dd6782 #c267dd

Monochromatic Colors of #dd67bd

#dd67bd

Complementary Color

#dd67bd #67dd87

#dd67bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd67bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd67bd Color CSS Codes

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

#dd67bd Text Font Color

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

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


#dd67bd Background Color

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

This div background color is #dd67bd


#dd67bd Border Color

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

This div border color is #dd67bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd67bd


Comments

No comments written yet.

Please login to write comment.