Color Hex Logo

#dd2071 Color Hex

#DD2071
(221,32,113)
0 Favorites   0 Comments

Color spaces of #dd2071

RGB 22132113
HSL0.930.750.50
HSV334°86°87°
CMYK 0.000.860.49   0.13
XYZ33.315917.597417.2635
Yxy17.59740.48870.2581
Hunter Lab41.949368.35274.9647
CIE-Lab49.004172.34933.8281

#dd2071 color RGB value is (221,32,113).

#dd2071 hex color red value is 221, green value is 32 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dd2071 hue: 0.93 , saturation: 0.75 and the lightness value of dd2071 is 0.50.

The process color (four color CMYK) of #dd2071 color hex is 0.00, 0.86, 0.49, 0.13. Web safe color of #dd2071 is #cc3366. Color #dd2071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 01110001
Octal 335 40 161
Decimal 221 32 113
Hex DD 20 71

RGB Percentages of Color #dd2071

%60.38
%8.74
%30.87

CMYK Percentages of Color #dd2071

%0
%86
%49
%13

Triadic Colors of #dd2071

#dd2071 #71dd20 #2071dd

Analogous Colors of #dd2071

#dd2071 #dd2e20 #dd20d0

Monochromatic Colors of #dd2071

#dd2071

Complementary Color

#dd2071 #20dd8c

#dd2071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2071 Color CSS Codes

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

#dd2071 Text Font Color

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

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


#dd2071 Background Color

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

This div background color is #dd2071


#dd2071 Border Color

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

This div border color is #dd2071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2071


Comments

No comments written yet.

Please login to write comment.