Color Hex Logo

#dd2bab Color Hex

#DD2BAB
(221,43,171)
0 Favorites   0 Comments

Color spaces of #dd2bab

RGB 22143171
HSL0.880.720.52
HSV317°81°87°
CMYK 0.000.810.23   0.13
XYZ38.033420.040240.3916
Yxy20.04020.38630.2035
Hunter Lab44.766373.3125-22.1596
CIE-Lab51.882675.8528-26.6666

#dd2bab color RGB value is (221,43,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 10101011
Octal 335 53 253
Decimal 221 43 171
Hex DD 2B AB

RGB Percentages of Color #dd2bab

%50.80
%9.89
%39.31

CMYK Percentages of Color #dd2bab

%0
%81
%23
%13

Triadic Colors of #dd2bab

#dd2bab #abdd2b #2babdd

Analogous Colors of #dd2bab

#dd2bab #dd2b52 #b62bdd

Monochromatic Colors of #dd2bab

#dd2bab

Complementary Color

#dd2bab #2bdd5d

#dd2bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2bab Color CSS Codes

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

#dd2bab Text Font Color

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

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


#dd2bab Background Color

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

This div background color is #dd2bab


#dd2bab Border Color

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

This div border color is #dd2bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2bab


Comments

No comments written yet.

Please login to write comment.