Color Hex Logo

#dd1bdf Color Hex

#DD1BDF
(221,27,223)
0 Favorites   0 Comments

Color spaces of #dd1bdf

RGB 22127223
HSL0.830.780.49
HSV299°88°87°
CMYK 0.010.880.00   0.13
XYZ43.530021.483771.6645
Yxy21.48370.31850.1572
Hunter Lab46.350586.5246-59.2254
CIE-Lab53.474985.9468-54.1872

#dd1bdf color RGB value is (221,27,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011011 11011111
Octal 335 33 337
Decimal 221 27 223
Hex DD 1B DF

RGB Percentages of Color #dd1bdf

%46.92
%5.73
%47.35

CMYK Percentages of Color #dd1bdf

%1
%88
%0
%13

Triadic Colors of #dd1bdf

#dd1bdf #dfdd1b #1bdfdd

Analogous Colors of #dd1bdf

#dd1bdf #df1b7f #7b1bdf

Monochromatic Colors of #dd1bdf

#dd1bdf

Complementary Color

#dd1bdf #1ddf1b

#dd1bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1bdf Color CSS Codes

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

#dd1bdf Text Font Color

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

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


#dd1bdf Background Color

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

This div background color is #dd1bdf


#dd1bdf Border Color

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

This div border color is #dd1bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1bdf


Comments

No comments written yet.

Please login to write comment.