Color Hex Logo

#dd948c Color Hex

#DD948C
(221,148,140)
0 Favorites   0 Comments

Color spaces of #dd948c

RGB 221148140
HSL0.020.540.71
HSV37°87°
CMYK 0.000.330.37   0.13
XYZ45.142338.445429.8524
Yxy38.44540.39790.3389
Hunter Lab62.004421.449414.8575
CIE-Lab68.347626.540915.4988

#dd948c color RGB value is (221,148,140).

#dd948c hex color red value is 221, green value is 148 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dd948c hue: 0.02 , saturation: 0.54 and the lightness value of dd948c is 0.71.

The process color (four color CMYK) of #dd948c color hex is 0.00, 0.33, 0.37, 0.13. Web safe color of #dd948c is #cc9999. Color #dd948c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 10001100
Octal 335 224 214
Decimal 221 148 140
Hex DD 94 8C

RGB Percentages of Color #dd948c

%43.42
%29.08
%27.50

CMYK Percentages of Color #dd948c

%0
%33
%37
%13

Triadic Colors of #dd948c

#dd948c #8cdd94 #948cdd

Analogous Colors of #dd948c

#dd948c #ddbd8c #dd8cad

Monochromatic Colors of #dd948c

#dd948c

Complementary Color

#dd948c #8cd5dd

#dd948c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd948c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd948c Color CSS Codes

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

#dd948c Text Font Color

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

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


#dd948c Background Color

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

This div background color is #dd948c


#dd948c Border Color

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

This div border color is #dd948c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd948c


Comments

No comments written yet.

Please login to write comment.