Color Hex Logo

#dd17bb Color Hex

#DD17BB
(221,23,187)
0 Favorites   0 Comments

Color spaces of #dd17bb

RGB 22123187
HSL0.860.810.48
HSV310°90°87°
CMYK 0.000.900.15   0.13
XYZ39.094819.572848.7311
Yxy19.57280.36400.1822
Hunter Lab44.241280.3139-34.3384
CIE-Lab51.350781.5415-36.8618

#dd17bb color RGB value is (221,23,187).

#dd17bb hex color red value is 221, green value is 23 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dd17bb hue: 0.86 , saturation: 0.81 and the lightness value of dd17bb is 0.48.

The process color (four color CMYK) of #dd17bb color hex is 0.00, 0.90, 0.15, 0.13. Web safe color of #dd17bb is #cc00cc. Color #dd17bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 10111011
Octal 335 27 273
Decimal 221 23 187
Hex DD 17 BB

RGB Percentages of Color #dd17bb

%51.28
%5.34
%43.39

CMYK Percentages of Color #dd17bb

%0
%90
%15
%13

Triadic Colors of #dd17bb

#dd17bb #bbdd17 #17bbdd

Analogous Colors of #dd17bb

#dd17bb #dd1758 #9c17dd

Monochromatic Colors of #dd17bb

#dd17bb

Complementary Color

#dd17bb #17dd39

#dd17bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd17bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd17bb Color CSS Codes

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

#dd17bb Text Font Color

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

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


#dd17bb Background Color

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

This div background color is #dd17bb


#dd17bb Border Color

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

This div border color is #dd17bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd17bb


Comments

No comments written yet.

Please login to write comment.