Color Hex Logo

#dd32cf Color Hex

#DD32CF
(221,50,207)
0 Favorites   0 Comments

Color spaces of #dd32cf

RGB 22150207
HSL0.850.720.53
HSV305°77°87°
CMYK 0.000.770.06   0.13
XYZ42.221922.158461.0831
Yxy22.15840.33650.1766
Hunter Lab47.072777.7285-43.9858
CIE-Lab54.194778.9443-43.9240

#dd32cf color RGB value is (221,50,207).

#dd32cf hex color red value is 221, green value is 50 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd32cf hue: 0.85 , saturation: 0.72 and the lightness value of dd32cf is 0.53.

The process color (four color CMYK) of #dd32cf color hex is 0.00, 0.77, 0.06, 0.13. Web safe color of #dd32cf is #cc33cc. Color #dd32cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110010 11001111
Octal 335 62 317
Decimal 221 50 207
Hex DD 32 CF

RGB Percentages of Color #dd32cf

%46.23
%10.46
%43.31

CMYK Percentages of Color #dd32cf

%0
%77
%6
%13

Triadic Colors of #dd32cf

#dd32cf #cfdd32 #32cfdd

Analogous Colors of #dd32cf

#dd32cf #dd327a #9632dd

Monochromatic Colors of #dd32cf

#dd32cf

Complementary Color

#dd32cf #32dd40

#dd32cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd32cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd32cf Color CSS Codes

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

#dd32cf Text Font Color

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

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


#dd32cf Background Color

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

This div background color is #dd32cf


#dd32cf Border Color

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

This div border color is #dd32cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd32cf


Comments

No comments written yet.

Please login to write comment.