Color Hex Logo

#df127f Color Hex

#DF127F
(223,18,127)
0 Favorites   0 Comments

Color spaces of #df127f

RGB 22318127
HSL0.910.850.47
HSV328°92°87°
CMYK 0.000.920.43   0.13
XYZ34.478517.652921.6688
Yxy17.65290.46720.2392
Hunter Lab42.015472.9532-1.1672
CIE-Lab49.072476.1090-4.5736

#df127f color RGB value is (223,18,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010010 01111111
Octal 337 22 177
Decimal 223 18 127
Hex DF 12 7F

RGB Percentages of Color #df127f

%60.60
%4.89
%34.51

CMYK Percentages of Color #df127f

%0
%92
%43
%13

Triadic Colors of #df127f

#df127f #7fdf12 #127fdf

Analogous Colors of #df127f

#df127f #df1219 #d912df

Monochromatic Colors of #df127f

#df127f

Complementary Color

#df127f #12df72

#df127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df127f Color CSS Codes

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

#df127f Text Font Color

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

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


#df127f Background Color

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

This div background color is #df127f


#df127f Border Color

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

This div border color is #df127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df127f


Comments

No comments written yet.

Please login to write comment.