Color Hex Logo

#dd438c Color Hex

#DD438C
(221,67,140)
0 Favorites   0 Comments

Color spaces of #dd438c

RGB 22167140
HSL0.920.690.56
HSV332°70°87°
CMYK 0.000.700.37   0.13
XYZ36.559621.279926.9915
Yxy21.27990.43100.2509
Hunter Lab46.130160.7392-2.4004
CIE-Lab53.254565.1176-6.2331

#dd438c color RGB value is (221,67,140).

#dd438c hex color red value is 221, green value is 67 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dd438c hue: 0.92 , saturation: 0.69 and the lightness value of dd438c is 0.56.

The process color (four color CMYK) of #dd438c color hex is 0.00, 0.70, 0.37, 0.13. Web safe color of #dd438c is #cc3399. Color #dd438c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10001100
Octal 335 103 214
Decimal 221 67 140
Hex DD 43 8C

RGB Percentages of Color #dd438c

%51.64
%15.65
%32.71

CMYK Percentages of Color #dd438c

%0
%70
%37
%13

Triadic Colors of #dd438c

#dd438c #8cdd43 #438cdd

Analogous Colors of #dd438c

#dd438c #dd4743 #dd43d9

Monochromatic Colors of #dd438c

#dd438c

Complementary Color

#dd438c #43dd94

#dd438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd438c Color CSS Codes

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

#dd438c Text Font Color

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

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


#dd438c Background Color

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

This div background color is #dd438c


#dd438c Border Color

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

This div border color is #dd438c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd438c


Comments

No comments written yet.

Please login to write comment.