Color Hex Logo

#dd127f Color Hex

#DD127F
(221,18,127)
0 Favorites   0 Comments

Color spaces of #dd127f

RGB 22118127
HSL0.910.850.47
HSV328°92°87°
CMYK 0.000.920.43   0.13
XYZ33.865917.337121.6401
Yxy17.33710.46490.2380
Hunter Lab41.637872.3157-1.6678
CIE-Lab48.682075.6671-5.1951

#dd127f color RGB value is (221,18,127).

#dd127f hex color red value is 221, green value is 18 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dd127f hue: 0.91 , saturation: 0.85 and the lightness value of dd127f is 0.47.

The process color (four color CMYK) of #dd127f color hex is 0.00, 0.92, 0.43, 0.13. Web safe color of #dd127f is #cc0066. Color #dd127f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010010 01111111
Octal 335 22 177
Decimal 221 18 127
Hex DD 12 7F

RGB Percentages of Color #dd127f

%60.38
%4.92
%34.70

CMYK Percentages of Color #dd127f

%0
%92
%43
%13

Triadic Colors of #dd127f

#dd127f #7fdd12 #127fdd

Analogous Colors of #dd127f

#dd127f #dd1219 #d612dd

Monochromatic Colors of #dd127f

#dd127f

Complementary Color

#dd127f #12dd70

#dd127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd127f Color CSS Codes

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

#dd127f Text Font Color

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

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


#dd127f Background Color

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

This div background color is #dd127f


#dd127f Border Color

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

This div border color is #dd127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd127f


Comments

No comments written yet.

Please login to write comment.