Color Hex Logo

#dd22ab Color Hex

#DD22AB
(221,34,171)
0 Favorites   0 Comments

Color spaces of #dd22ab

RGB 22134171
HSL0.880.730.50
HSV316°85°87°
CMYK 0.000.850.23   0.13
XYZ37.741519.456540.2944
Yxy19.45650.38710.1996
Hunter Lab44.109575.5386-23.2852
CIE-Lab51.217177.7765-27.6987

#dd22ab color RGB value is (221,34,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100010 10101011
Octal 335 42 253
Decimal 221 34 171
Hex DD 22 AB

RGB Percentages of Color #dd22ab

%51.88
%7.98
%40.14

CMYK Percentages of Color #dd22ab

%0
%85
%23
%13

Triadic Colors of #dd22ab

#dd22ab #abdd22 #22abdd

Analogous Colors of #dd22ab

#dd22ab #dd224d #b222dd

Monochromatic Colors of #dd22ab

#dd22ab

Complementary Color

#dd22ab #22dd54

#dd22ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd22ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd22ab Color CSS Codes

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

#dd22ab Text Font Color

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

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


#dd22ab Background Color

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

This div background color is #dd22ab


#dd22ab Border Color

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

This div border color is #dd22ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd22ab


Comments

No comments written yet.

Please login to write comment.