Color Hex Logo

#dd3aab Color Hex

#DD3AAB
(221,58,171)
0 Favorites   0 Comments

Color spaces of #dd3aab

RGB 22158171
HSL0.880.710.55
HSV318°74°87°
CMYK 0.000.740.23   0.13
XYZ38.682521.338540.6080
Yxy21.33850.38440.2121
Hunter Lab46.193668.6369-19.7853
CIE-Lab53.318071.7501-24.4480

#dd3aab color RGB value is (221,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111010 10101011
Octal 335 72 253
Decimal 221 58 171
Hex DD 3A AB

RGB Percentages of Color #dd3aab

%49.11
%12.89
%38.00

CMYK Percentages of Color #dd3aab

%0
%74
%23
%13

Triadic Colors of #dd3aab

#dd3aab #abdd3a #3aabdd

Analogous Colors of #dd3aab

#dd3aab #dd3a59 #be3add

Monochromatic Colors of #dd3aab

#dd3aab

Complementary Color

#dd3aab #3add6c

#dd3aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3aab Color CSS Codes

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

#dd3aab Text Font Color

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

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


#dd3aab Background Color

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

This div background color is #dd3aab


#dd3aab Border Color

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

This div border color is #dd3aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3aab


Comments

No comments written yet.

Please login to write comment.