Color Hex Logo

#dd665c Color Hex

#DD665C
(221,102,92)
0 Favorites   0 Comments

Color spaces of #dd665c

RGB 22110292
HSL0.010.650.61
HSV58°87°
CMYK 0.000.540.58   0.13
XYZ36.501925.647613.1518
Yxy25.64760.48470.3406
Hunter Lab50.643540.030020.0532
CIE-Lab57.701045.760028.2067

#dd665c color RGB value is (221,102,92).

#dd665c hex color red value is 221, green value is 102 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dd665c hue: 0.01 , saturation: 0.65 and the lightness value of dd665c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 01011100
Octal 335 146 134
Decimal 221 102 92
Hex DD 66 5C

RGB Percentages of Color #dd665c

%53.25
%24.58
%22.17

CMYK Percentages of Color #dd665c

%0
%54
%58
%13

Triadic Colors of #dd665c

#dd665c #5cdd66 #665cdd

Analogous Colors of #dd665c

#dd665c #dda75c #dd5c93

Monochromatic Colors of #dd665c

#dd665c

Complementary Color

#dd665c #5cd3dd

#dd665c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd665c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd665c Color CSS Codes

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

#dd665c Text Font Color

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

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


#dd665c Background Color

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

This div background color is #dd665c


#dd665c Border Color

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

This div border color is #dd665c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd665c


Comments

No comments written yet.

Please login to write comment.