Color Hex Logo

#dd938a Color Hex

#DD938A
(221,147,138)
0 Favorites   0 Comments

Color spaces of #dd938a

RGB 221147138
HSL0.020.550.70
HSV38°87°
CMYK 0.000.330.38   0.13
XYZ44.840038.074629.0306
Yxy38.07460.40060.3401
Hunter Lab61.704621.730715.2987
CIE-Lab68.075626.840816.2331

#dd938a color RGB value is (221,147,138).

#dd938a hex color red value is 221, green value is 147 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dd938a hue: 0.02 , saturation: 0.55 and the lightness value of dd938a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 10001010
Octal 335 223 212
Decimal 221 147 138
Hex DD 93 8A

RGB Percentages of Color #dd938a

%43.68
%29.05
%27.27

CMYK Percentages of Color #dd938a

%0
%33
%38
%13

Triadic Colors of #dd938a

#dd938a #8add93 #938add

Analogous Colors of #dd938a

#dd938a #ddbd8a #dd8aab

Monochromatic Colors of #dd938a

#dd938a

Complementary Color

#dd938a #8ad4dd

#dd938a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd938a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd938a Color CSS Codes

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

#dd938a Text Font Color

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

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


#dd938a Background Color

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

This div background color is #dd938a


#dd938a Border Color

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

This div border color is #dd938a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd938a


Comments

No comments written yet.

Please login to write comment.