Color Hex Logo

#dd13bb Color Hex

#DD13BB
(221,19,187)
0 Favorites   0 Comments

Color spaces of #dd13bb

RGB 22119187
HSL0.860.840.47
HSV310°91°87°
CMYK 0.000.910.15   0.13
XYZ39.021319.425848.7066
Yxy19.42580.36420.1813
Hunter Lab44.074780.9032-34.6686
CIE-Lab51.181782.0369-37.1276

#dd13bb color RGB value is (221,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 10111011
Octal 335 23 273
Decimal 221 19 187
Hex DD 13 BB

RGB Percentages of Color #dd13bb

%51.76
%4.45
%43.79

CMYK Percentages of Color #dd13bb

%0
%91
%15
%13

Triadic Colors of #dd13bb

#dd13bb #bbdd13 #13bbdd

Analogous Colors of #dd13bb

#dd13bb #dd1356 #9a13dd

Monochromatic Colors of #dd13bb

#dd13bb

Complementary Color

#dd13bb #13dd35

#dd13bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd13bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd13bb Color CSS Codes

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

#dd13bb Text Font Color

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

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


#dd13bb Background Color

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

This div background color is #dd13bb


#dd13bb Border Color

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

This div border color is #dd13bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd13bb


Comments

No comments written yet.

Please login to write comment.