Color Hex Logo

#dd2bdf Color Hex

#DD2BDF
(221,43,223)
0 Favorites   0 Comments

Color spaces of #dd2bdf

RGB 22143223
HSL0.830.740.52
HSV299°81°87°
CMYK 0.010.810.00   0.13
XYZ44.002022.427671.8218
Yxy22.42760.31830.1622
Hunter Lab47.357882.9753-56.7675
CIE-Lab54.477883.0119-52.5852

#dd2bdf color RGB value is (221,43,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 11011111
Octal 335 53 337
Decimal 221 43 223
Hex DD 2B DF

RGB Percentages of Color #dd2bdf

%45.38
%8.83
%45.79

CMYK Percentages of Color #dd2bdf

%1
%81
%0
%13

Triadic Colors of #dd2bdf

#dd2bdf #dfdd2b #2bdfdd

Analogous Colors of #dd2bdf

#dd2bdf #df2b87 #832bdf

Monochromatic Colors of #dd2bdf

#dd2bdf

Complementary Color

#dd2bdf #2ddf2b

#dd2bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2bdf Color CSS Codes

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

#dd2bdf Text Font Color

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

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


#dd2bdf Background Color

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

This div background color is #dd2bdf


#dd2bdf Border Color

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

This div border color is #dd2bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2bdf


Comments

No comments written yet.

Please login to write comment.