Color Hex Logo

#dd1bd1 Color Hex

#DD1BD1
(221,27,209)
0 Favorites   0 Comments

Color spaces of #dd1bd1

RGB 22127209
HSL0.840.780.49
HSV304°88°87°
CMYK 0.000.880.05   0.13
XYZ41.719420.759562.1297
Yxy20.75950.33480.1666
Hunter Lab45.562683.7090-48.9547
CIE-Lab52.685383.9308-47.4631

#dd1bd1 color RGB value is (221,27,209).

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

The process color (four color CMYK) of #dd1bd1 color hex is 0.00, 0.88, 0.05, 0.13. Web safe color of #dd1bd1 is #cc33cc. Color #dd1bd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011011 11010001
Octal 335 33 321
Decimal 221 27 209
Hex DD 1B D1

RGB Percentages of Color #dd1bd1

%48.36
%5.91
%45.73

CMYK Percentages of Color #dd1bd1

%0
%88
%5
%13

Triadic Colors of #dd1bd1

#dd1bd1 #d1dd1b #1bd1dd

Analogous Colors of #dd1bd1

#dd1bd1 #dd1b70 #881bdd

Monochromatic Colors of #dd1bd1

#dd1bd1

Complementary Color

#dd1bd1 #1bdd27

#dd1bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1bd1 Color CSS Codes

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

#dd1bd1 Text Font Color

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

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


#dd1bd1 Background Color

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

This div background color is #dd1bd1


#dd1bd1 Border Color

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

This div border color is #dd1bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1bd1


Comments

No comments written yet.

Please login to write comment.