Color Hex Logo

#dd656c Color Hex

#DD656C
(221,101,108)
0 Favorites   0 Comments

Color spaces of #dd656c

RGB 221101108
HSL0.990.640.63
HSV357°54°87°
CMYK 0.000.540.51   0.13
XYZ37.179225.762217.2004
Yxy25.76220.46390.3215
Hunter Lab50.756541.927715.4373
CIE-Lab57.810647.521719.1438

#dd656c color RGB value is (221,101,108).

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

The process color (four color CMYK) of #dd656c color hex is 0.00, 0.54, 0.51, 0.13. Web safe color of #dd656c is #cc6666. Color #dd656c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 01101100
Octal 335 145 154
Decimal 221 101 108
Hex DD 65 6C

RGB Percentages of Color #dd656c

%51.40
%23.49
%25.12

CMYK Percentages of Color #dd656c

%0
%54
%51
%13

Triadic Colors of #dd656c

#dd656c #6cdd65 #656cdd

Analogous Colors of #dd656c

#dd656c #dd9a65 #dd65a8

Monochromatic Colors of #dd656c

#dd656c

Complementary Color

#dd656c #65ddd6

#dd656c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd656c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd656c Color CSS Codes

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

#dd656c Text Font Color

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

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


#dd656c Background Color

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

This div background color is #dd656c


#dd656c Border Color

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

This div border color is #dd656c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,101,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd656c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd656c


Comments

No comments written yet.

Please login to write comment.