Color Hex Logo

#dd2577 Color Hex

#DD2577
(221,37,119)
0 Favorites   0 Comments

Color spaces of #dd2577

RGB 22137119
HSL0.930.730.51
HSV333°83°87°
CMYK 0.000.830.46   0.13
XYZ33.810118.027219.1504
Yxy18.02720.47630.2539
Hunter Lab42.458567.83912.9788
CIE-Lab49.529171.82110.9250

#dd2577 color RGB value is (221,37,119).

#dd2577 hex color red value is 221, green value is 37 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dd2577 hue: 0.93 , saturation: 0.73 and the lightness value of dd2577 is 0.51.

The process color (four color CMYK) of #dd2577 color hex is 0.00, 0.83, 0.46, 0.13. Web safe color of #dd2577 is #cc3366. Color #dd2577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 01110111
Octal 335 45 167
Decimal 221 37 119
Hex DD 25 77

RGB Percentages of Color #dd2577

%58.62
%9.81
%31.56

CMYK Percentages of Color #dd2577

%0
%83
%46
%13

Triadic Colors of #dd2577

#dd2577 #77dd25 #2577dd

Analogous Colors of #dd2577

#dd2577 #dd2f25 #dd25d3

Monochromatic Colors of #dd2577

#dd2577

Complementary Color

#dd2577 #25dd8b

#dd2577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2577 Color CSS Codes

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

#dd2577 Text Font Color

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

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


#dd2577 Background Color

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

This div background color is #dd2577


#dd2577 Border Color

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

This div border color is #dd2577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2577


Comments

No comments written yet.

Please login to write comment.