Color Hex Logo

#dd164c Color Hex

#DD164C
(221,22,76)
0 Favorites   0 Comments

Color spaces of #dd164c

RGB 2212276
HSL0.950.820.48
HSV344°90°87°
CMYK 0.000.900.66   0.13
XYZ31.410216.46788.3606
Yxy16.46780.55850.2928
Hunter Lab40.580567.146916.1912
CIE-Lab47.582371.623424.6175

#dd164c color RGB value is (221,22,76).

#dd164c hex color red value is 221, green value is 22 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dd164c hue: 0.95 , saturation: 0.82 and the lightness value of dd164c is 0.48.

The process color (four color CMYK) of #dd164c color hex is 0.00, 0.90, 0.66, 0.13. Web safe color of #dd164c is #cc0033. Color #dd164c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010110 01001100
Octal 335 26 114
Decimal 221 22 76
Hex DD 16 4C

RGB Percentages of Color #dd164c

%69.28
%6.90
%23.82

CMYK Percentages of Color #dd164c

%0
%90
%66
%13

Triadic Colors of #dd164c

#dd164c #4cdd16 #164cdd

Analogous Colors of #dd164c

#dd164c #dd4316 #dd16b0

Monochromatic Colors of #dd164c

#dd164c

Complementary Color

#dd164c #16dda7

#dd164c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd164c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd164c Color CSS Codes

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

#dd164c Text Font Color

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

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


#dd164c Background Color

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

This div background color is #dd164c


#dd164c Border Color

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

This div border color is #dd164c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd164c


Comments

No comments written yet.

Please login to write comment.