Color Hex Logo

#dd39af Color Hex

#DD39AF
(221,57,175)
0 Favorites   0 Comments

Color spaces of #dd39af

RGB 22157175
HSL0.880.710.55
HSV317°74°87°
CMYK 0.000.740.21   0.13
XYZ39.019821.393642.6302
Yxy21.39360.37870.2076
Hunter Lab46.253269.6417-22.2686
CIE-Lab53.377672.5670-26.6963

#dd39af color RGB value is (221,57,175).

#dd39af hex color red value is 221, green value is 57 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd39af hue: 0.88 , saturation: 0.71 and the lightness value of dd39af is 0.55.

The process color (four color CMYK) of #dd39af color hex is 0.00, 0.74, 0.21, 0.13. Web safe color of #dd39af is #cc3399. Color #dd39af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 10101111
Octal 335 71 257
Decimal 221 57 175
Hex DD 39 AF

RGB Percentages of Color #dd39af

%48.79
%12.58
%38.63

CMYK Percentages of Color #dd39af

%0
%74
%21
%13

Triadic Colors of #dd39af

#dd39af #afdd39 #39afdd

Analogous Colors of #dd39af

#dd39af #dd395d #b939dd

Monochromatic Colors of #dd39af

#dd39af

Complementary Color

#dd39af #39dd67

#dd39af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd39af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd39af Color CSS Codes

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

#dd39af Text Font Color

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

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


#dd39af Background Color

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

This div background color is #dd39af


#dd39af Border Color

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

This div border color is #dd39af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd39af


Comments

No comments written yet.

Please login to write comment.