Color Hex Logo

#dd276c Color Hex

#DD276C
(221,39,108)
0 Favorites   0 Comments

Color spaces of #dd276c

RGB 22139108
HSL0.940.730.51
HSV337°82°87°
CMYK 0.000.820.51   0.13
XYZ33.251117.905915.8910
Yxy17.90590.49590.2671
Hunter Lab42.315466.21217.3551
CIE-Lab49.381870.49277.4275

#dd276c color RGB value is (221,39,108).

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

The process color (four color CMYK) of #dd276c color hex is 0.00, 0.82, 0.51, 0.13. Web safe color of #dd276c is #cc3366. Color #dd276c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01101100
Octal 335 47 154
Decimal 221 39 108
Hex DD 27 6C

RGB Percentages of Color #dd276c

%60.05
%10.60
%29.35

CMYK Percentages of Color #dd276c

%0
%82
%51
%13

Triadic Colors of #dd276c

#dd276c #6cdd27 #276cdd

Analogous Colors of #dd276c

#dd276c #dd3d27 #dd27c7

Monochromatic Colors of #dd276c

#dd276c

Complementary Color

#dd276c #27dd98

#dd276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd276c Color CSS Codes

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

#dd276c Text Font Color

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

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


#dd276c Background Color

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

This div background color is #dd276c


#dd276c Border Color

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

This div border color is #dd276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd276c


Comments

No comments written yet.

Please login to write comment.