Color Hex Logo

#dd748d Color Hex

#DD748D
(221,116,141)
0 Favorites   0 Comments

Color spaces of #dd748d

RGB 221116141
HSL0.960.610.66
HSV346°48°87°
CMYK 0.000.480.36   0.13
XYZ40.871929.786028.7944
Yxy29.78600.41100.2995
Hunter Lab54.576638.16816.9224
CIE-Lab61.469143.47865.1928

#dd748d color RGB value is (221,116,141).

#dd748d hex color red value is 221, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd748d hue: 0.96 , saturation: 0.61 and the lightness value of dd748d is 0.66.

The process color (four color CMYK) of #dd748d color hex is 0.00, 0.48, 0.36, 0.13. Web safe color of #dd748d is #cc6699. Color #dd748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 10001101
Octal 335 164 215
Decimal 221 116 141
Hex DD 74 8D

RGB Percentages of Color #dd748d

%46.23
%24.27
%29.50

CMYK Percentages of Color #dd748d

%0
%48
%36
%13

Triadic Colors of #dd748d

#dd748d #8ddd74 #748ddd

Analogous Colors of #dd748d

#dd748d #dd9074 #dd74c2

Monochromatic Colors of #dd748d

#dd748d

Complementary Color

#dd748d #74ddc4

#dd748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd748d Color CSS Codes

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

#dd748d Text Font Color

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

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


#dd748d Background Color

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

This div background color is #dd748d


#dd748d Border Color

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

This div border color is #dd748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd748d


Comments

No comments written yet.

Please login to write comment.