Color Hex Logo

#dd438e Color Hex

#DD438E
(221,67,142)
0 Favorites   0 Comments

Color spaces of #dd438e

RGB 22167142
HSL0.920.690.56
HSV331°70°87°
CMYK 0.000.700.36   0.13
XYZ36.708421.339527.7754
Yxy21.33950.42770.2486
Hunter Lab46.194761.0035-3.3129
CIE-Lab53.319165.3319-7.3265

#dd438e color RGB value is (221,67,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10001110
Octal 335 103 216
Decimal 221 67 142
Hex DD 43 8E

RGB Percentages of Color #dd438e

%51.40
%15.58
%33.02

CMYK Percentages of Color #dd438e

%0
%70
%36
%13

Triadic Colors of #dd438e

#dd438e #8edd43 #438edd

Analogous Colors of #dd438e

#dd438e #dd4543 #dd43db

Monochromatic Colors of #dd438e

#dd438e

Complementary Color

#dd438e #43dd92

#dd438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd438e Color CSS Codes

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

#dd438e Text Font Color

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

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


#dd438e Background Color

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

This div background color is #dd438e


#dd438e Border Color

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

This div border color is #dd438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd438e


Comments

No comments written yet.

Please login to write comment.