Color Hex Logo

#dd928c Color Hex

#DD928C
(221,146,140)
0 Favorites   0 Comments

Color spaces of #dd928c

RGB 221146140
HSL0.010.540.71
HSV37°87°
CMYK 0.000.340.37   0.13
XYZ44.831337.823429.7487
Yxy37.82340.39880.3365
Hunter Lab61.500722.492314.3712
CIE-Lab67.890327.614414.8609

#dd928c color RGB value is (221,146,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010010 10001100
Octal 335 222 214
Decimal 221 146 140
Hex DD 92 8C

RGB Percentages of Color #dd928c

%43.59
%28.80
%27.61

CMYK Percentages of Color #dd928c

%0
%34
%37
%13

Triadic Colors of #dd928c

#dd928c #8cdd92 #928cdd

Analogous Colors of #dd928c

#dd928c #ddbb8c #dd8caf

Monochromatic Colors of #dd928c

#dd928c

Complementary Color

#dd928c #8cd7dd

#dd928c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd928c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd928c Color CSS Codes

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

#dd928c Text Font Color

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

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


#dd928c Background Color

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

This div background color is #dd928c


#dd928c Border Color

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

This div border color is #dd928c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,146,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 #dd928c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd928c


Comments

No comments written yet.

Please login to write comment.