Color Hex Logo

#dc2ddf Color Hex

#DC2DDF
(220,45,223)
0 Favorites   0 Comments

Color spaces of #dc2ddf

RGB 22045223
HSL0.830.740.53
HSV299°80°87°
CMYK 0.010.800.00   0.13
XYZ43.772922.420171.8325
Yxy22.42010.31710.1624
Hunter Lab47.349982.1532-56.8015
CIE-Lab54.469982.3733-52.6074

#dc2ddf color RGB value is (220,45,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101101 11011111
Octal 334 55 337
Decimal 220 45 223
Hex DC 2D DF

RGB Percentages of Color #dc2ddf

%45.08
%9.22
%45.70

CMYK Percentages of Color #dc2ddf

%1
%80
%0
%13

Triadic Colors of #dc2ddf

#dc2ddf #dfdc2d #2ddfdc

Analogous Colors of #dc2ddf

#dc2ddf #df2d89 #832ddf

Monochromatic Colors of #dc2ddf

#dc2ddf

Complementary Color

#dc2ddf #30df2d

#dc2ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2ddf Color CSS Codes

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

#dc2ddf Text Font Color

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

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


#dc2ddf Background Color

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

This div background color is #dc2ddf


#dc2ddf Border Color

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

This div border color is #dc2ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2ddf


Comments

No comments written yet.

Please login to write comment.