Color Hex Logo

#dd6965 Color Hex

#DD6965
(221,105,101)
0 Favorites   0 Comments

Color spaces of #dd6965

RGB 221105101
HSL0.010.640.63
HSV54°87°
CMYK 0.000.520.54   0.13
XYZ37.219326.414915.4488
Yxy26.41490.47060.3340
Hunter Lab51.395439.323318.1550
CIE-Lab58.428844.988724.0118

#dd6965 color RGB value is (221,105,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 01100101
Octal 335 151 145
Decimal 221 105 101
Hex DD 69 65

RGB Percentages of Color #dd6965

%51.76
%24.59
%23.65

CMYK Percentages of Color #dd6965

%0
%52
%54
%13

Triadic Colors of #dd6965

#dd6965 #65dd69 #6965dd

Analogous Colors of #dd6965

#dd6965 #dda565 #dd659d

Monochromatic Colors of #dd6965

#dd6965

Complementary Color

#dd6965 #65d9dd

#dd6965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6965 Color CSS Codes

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

#dd6965 Text Font Color

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

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


#dd6965 Background Color

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

This div background color is #dd6965


#dd6965 Border Color

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

This div border color is #dd6965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6965


Comments

No comments written yet.

Please login to write comment.