Color Hex Logo

#dd60bd Color Hex

#DD60BD
(221,96,189)
0 Favorites   0 Comments

Color spaces of #dd60bd

RGB 22196189
HSL0.880.650.62
HSV315°57°87°
CMYK 0.000.570.14   0.13
XYZ43.187027.412051.1590
Yxy27.41200.35470.2251
Hunter Lab52.356555.6145-21.2844
CIE-Lab59.353859.5918-25.5631

#dd60bd color RGB value is (221,96,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100000 10111101
Octal 335 140 275
Decimal 221 96 189
Hex DD 60 BD

RGB Percentages of Color #dd60bd

%43.68
%18.97
%37.35

CMYK Percentages of Color #dd60bd

%0
%57
%14
%13

Triadic Colors of #dd60bd

#dd60bd #bddd60 #60bddd

Analogous Colors of #dd60bd

#dd60bd #dd607f #bf60dd

Monochromatic Colors of #dd60bd

#dd60bd

Complementary Color

#dd60bd #60dd80

#dd60bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd60bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd60bd Color CSS Codes

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

#dd60bd Text Font Color

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

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


#dd60bd Background Color

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

This div background color is #dd60bd


#dd60bd Border Color

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

This div border color is #dd60bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd60bd


Comments

No comments written yet.

Please login to write comment.