Color Hex Logo

#dd2ddf Color Hex

#DD2DDF
(221,45,223)
0 Favorites   0 Comments

Color spaces of #dd2ddf

RGB 22145223
HSL0.830.740.53
HSV299°80°87°
CMYK 0.010.800.00   0.13
XYZ44.076522.576671.8467
Yxy22.57660.31820.1630
Hunter Lab47.514882.4321-56.3914
CIE-Lab54.633582.5588-52.3368

#dd2ddf color RGB value is (221,45,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101101 11011111
Octal 335 55 337
Decimal 221 45 223
Hex DD 2D DF

RGB Percentages of Color #dd2ddf

%45.19
%9.20
%45.60

CMYK Percentages of Color #dd2ddf

%1
%80
%0
%13

Triadic Colors of #dd2ddf

#dd2ddf #dfdd2d #2ddfdd

Analogous Colors of #dd2ddf

#dd2ddf #df2d88 #842ddf

Monochromatic Colors of #dd2ddf

#dd2ddf

Complementary Color

#dd2ddf #2fdf2d

#dd2ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2ddf Color CSS Codes

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

#dd2ddf Text Font Color

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

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


#dd2ddf Background Color

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

This div background color is #dd2ddf


#dd2ddf Border Color

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

This div border color is #dd2ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2ddf


Comments

No comments written yet.

Please login to write comment.