Color Hex Logo

#dd277f Color Hex

#DD277F
(221,39,127)
0 Favorites   0 Comments

Color spaces of #dd277f

RGB 22139127
HSL0.920.730.51
HSV331°82°87°
CMYK 0.000.820.43   0.13
XYZ34.375118.355521.8099
Yxy18.35550.46120.2462
Hunter Lab42.843368.2427-0.1920
CIE-Lab49.924572.0793-3.3574

#dd277f color RGB value is (221,39,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01111111
Octal 335 47 177
Decimal 221 39 127
Hex DD 27 7F

RGB Percentages of Color #dd277f

%57.11
%10.08
%32.82

CMYK Percentages of Color #dd277f

%0
%82
%43
%13

Triadic Colors of #dd277f

#dd277f #7fdd27 #277fdd

Analogous Colors of #dd277f

#dd277f #dd2a27 #dd27da

Monochromatic Colors of #dd277f

#dd277f

Complementary Color

#dd277f #27dd85

#dd277f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd277f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd277f Color CSS Codes

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

#dd277f Text Font Color

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

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


#dd277f Background Color

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

This div background color is #dd277f


#dd277f Border Color

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

This div border color is #dd277f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd277f


Comments

No comments written yet.

Please login to write comment.