Color Hex Logo

#dd638e Color Hex

#DD638E
(221,99,142)
0 Favorites   0 Comments

Color spaces of #dd638e

RGB 22199142
HSL0.940.640.63
HSV339°55°87°
CMYK 0.000.550.36   0.13
XYZ39.163126.248828.5936
Yxy26.24880.41660.2792
Hunter Lab51.233646.78722.7736
CIE-Lab58.272551.9229-0.0196

#dd638e color RGB value is (221,99,142).

#dd638e hex color red value is 221, green value is 99 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd638e hue: 0.94 , saturation: 0.64 and the lightness value of dd638e is 0.63.

The process color (four color CMYK) of #dd638e color hex is 0.00, 0.55, 0.36, 0.13. Web safe color of #dd638e is #cc6699. Color #dd638e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 10001110
Octal 335 143 216
Decimal 221 99 142
Hex DD 63 8E

RGB Percentages of Color #dd638e

%47.84
%21.43
%30.74

CMYK Percentages of Color #dd638e

%0
%55
%36
%13

Triadic Colors of #dd638e

#dd638e #8edd63 #638edd

Analogous Colors of #dd638e

#dd638e #dd7563 #dd63cb

Monochromatic Colors of #dd638e

#dd638e

Complementary Color

#dd638e #63ddb2

#dd638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd638e Color CSS Codes

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

#dd638e Text Font Color

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

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


#dd638e Background Color

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

This div background color is #dd638e


#dd638e Border Color

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

This div border color is #dd638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd638e


Comments

No comments written yet.

Please login to write comment.