Color Hex Logo

#dd3bab Color Hex

#DD3BAB
(221,59,171)
0 Favorites   0 Comments

Color spaces of #dd3bab

RGB 22159171
HSL0.880.700.55
HSV319°73°87°
CMYK 0.000.730.23   0.13
XYZ38.733421.440440.6250
Yxy21.44040.38430.2127
Hunter Lab46.303868.2847-19.6059
CIE-Lab53.428271.4377-24.2781

#dd3bab color RGB value is (221,59,171).

#dd3bab hex color red value is 221, green value is 59 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dd3bab hue: 0.88 , saturation: 0.70 and the lightness value of dd3bab is 0.55.

The process color (four color CMYK) of #dd3bab color hex is 0.00, 0.73, 0.23, 0.13. Web safe color of #dd3bab is #cc3399. Color #dd3bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111011 10101011
Octal 335 73 253
Decimal 221 59 171
Hex DD 3B AB

RGB Percentages of Color #dd3bab

%49.00
%13.08
%37.92

CMYK Percentages of Color #dd3bab

%0
%73
%23
%13

Triadic Colors of #dd3bab

#dd3bab #abdd3b #3babdd

Analogous Colors of #dd3bab

#dd3bab #dd3b5a #be3bdd

Monochromatic Colors of #dd3bab

#dd3bab

Complementary Color

#dd3bab #3bdd6d

#dd3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3bab Color CSS Codes

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

#dd3bab Text Font Color

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

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


#dd3bab Background Color

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

This div background color is #dd3bab


#dd3bab Border Color

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

This div border color is #dd3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3bab


Comments

No comments written yet.

Please login to write comment.