Color Hex Logo

#dd7168 Color Hex

#DD7168
(221,113,104)
0 Favorites   0 Comments

Color spaces of #dd7168

RGB 221113104
HSL0.010.630.64
HSV53°87°
CMYK 0.000.490.53   0.13
XYZ38.222628.181916.5218
Yxy28.18190.46090.3398
Hunter Lab53.086635.619218.7082
CIE-Lab60.052741.246824.4504

#dd7168 color RGB value is (221,113,104).

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

The process color (four color CMYK) of #dd7168 color hex is 0.00, 0.49, 0.53, 0.13. Web safe color of #dd7168 is #cc6666. Color #dd7168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 01101000
Octal 335 161 150
Decimal 221 113 104
Hex DD 71 68

RGB Percentages of Color #dd7168

%50.46
%25.80
%23.74

CMYK Percentages of Color #dd7168

%0
%49
%53
%13

Triadic Colors of #dd7168

#dd7168 #68dd71 #7168dd

Analogous Colors of #dd7168

#dd7168 #ddac68 #dd689a

Monochromatic Colors of #dd7168

#dd7168

Complementary Color

#dd7168 #68d4dd

#dd7168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7168 Color CSS Codes

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

#dd7168 Text Font Color

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

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


#dd7168 Background Color

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

This div background color is #dd7168


#dd7168 Border Color

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

This div border color is #dd7168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7168


Comments

No comments written yet.

Please login to write comment.