Color Hex Logo

#dd656b Color Hex

#DD656B
(221,101,107)
0 Favorites   0 Comments

Color spaces of #dd656b

RGB 221101107
HSL0.990.640.63
HSV357°54°87°
CMYK 0.000.540.52   0.13
XYZ37.126325.741016.9217
Yxy25.74100.46530.3226
Hunter Lab50.735641.832015.7401
CIE-Lab57.790447.435519.6960

#dd656b color RGB value is (221,101,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 01101011
Octal 335 145 153
Decimal 221 101 107
Hex DD 65 6B

RGB Percentages of Color #dd656b

%51.52
%23.54
%24.94

CMYK Percentages of Color #dd656b

%0
%54
%52
%13

Triadic Colors of #dd656b

#dd656b #6bdd65 #656bdd

Analogous Colors of #dd656b

#dd656b #dd9b65 #dd65a7

Monochromatic Colors of #dd656b

#dd656b

Complementary Color

#dd656b #65ddd7

#dd656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd656b Color CSS Codes

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

#dd656b Text Font Color

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

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


#dd656b Background Color

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

This div background color is #dd656b


#dd656b Border Color

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

This div border color is #dd656b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd656b


Comments

No comments written yet.

Please login to write comment.