Color Hex Logo

#dd3cdf Color Hex

#DD3CDF
(221,60,223)
0 Favorites   0 Comments

Color spaces of #dd3cdf

RGB 22160223
HSL0.830.720.55
HSV299°73°87°
CMYK 0.010.730.00   0.13
XYZ44.753923.931672.0725
Yxy23.93160.31790.1700
Hunter Lab48.919977.6890-53.1065
CIE-Lab56.019278.5584-50.1299

#dd3cdf color RGB value is (221,60,223).

#dd3cdf hex color red value is 221, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dd3cdf hue: 0.83 , saturation: 0.72 and the lightness value of dd3cdf is 0.55.

The process color (four color CMYK) of #dd3cdf color hex is 0.01, 0.73, 0.00, 0.13. Web safe color of #dd3cdf is #cc33cc. Color #dd3cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111100 11011111
Octal 335 74 337
Decimal 221 60 223
Hex DD 3C DF

RGB Percentages of Color #dd3cdf

%43.85
%11.90
%44.25

CMYK Percentages of Color #dd3cdf

%1
%73
%0
%13

Triadic Colors of #dd3cdf

#dd3cdf #dfdd3c #3cdfdd

Analogous Colors of #dd3cdf

#dd3cdf #df3c90 #8c3cdf

Monochromatic Colors of #dd3cdf

#dd3cdf

Complementary Color

#dd3cdf #3edf3c

#dd3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3cdf Color CSS Codes

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

#dd3cdf Text Font Color

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

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


#dd3cdf Background Color

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

This div background color is #dd3cdf


#dd3cdf Border Color

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

This div border color is #dd3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3cdf


Comments

No comments written yet.

Please login to write comment.