Color Hex Logo

#dd21ab Color Hex

#DD21AB
(221,33,171)
0 Favorites   0 Comments

Color spaces of #dd21ab

RGB 22133171
HSL0.880.740.50
HSV316°85°87°
CMYK 0.000.850.23   0.13
XYZ37.713319.400140.2850
Yxy19.40010.38720.1992
Hunter Lab44.045575.7581-23.3960
CIE-Lab51.152177.9652-27.7996

#dd21ab color RGB value is (221,33,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 10101011
Octal 335 41 253
Decimal 221 33 171
Hex DD 21 AB

RGB Percentages of Color #dd21ab

%52.00
%7.76
%40.24

CMYK Percentages of Color #dd21ab

%0
%85
%23
%13

Triadic Colors of #dd21ab

#dd21ab #abdd21 #21abdd

Analogous Colors of #dd21ab

#dd21ab #dd214d #b121dd

Monochromatic Colors of #dd21ab

#dd21ab

Complementary Color

#dd21ab #21dd53

#dd21ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd21ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd21ab Color CSS Codes

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

#dd21ab Text Font Color

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

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


#dd21ab Background Color

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

This div background color is #dd21ab


#dd21ab Border Color

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

This div border color is #dd21ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd21ab


Comments

No comments written yet.

Please login to write comment.