Color Hex Logo

#df027f Color Hex

#DF027F
(223,2,127)
0 Favorites   0 Comments

Color spaces of #df027f

RGB 2232127
HSL0.910.980.44
HSV326°99°87°
CMYK 0.000.990.43   0.13
XYZ34.283917.263721.6039
Yxy17.26370.46870.2360
Hunter Lab41.549674.5742-1.7434
CIE-Lab48.590677.5135-5.2876

#df027f color RGB value is (223,2,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000010 01111111
Octal 337 2 177
Decimal 223 2 127
Hex DF 2 7F

RGB Percentages of Color #df027f

%63.35
%0.57
%36.08

CMYK Percentages of Color #df027f

%0
%99
%43
%13

Triadic Colors of #df027f

#df027f #7fdf02 #027fdf

Analogous Colors of #df027f

#df027f #df0211 #d102df

Monochromatic Colors of #df027f

#df027f

Complementary Color

#df027f #02df62

#df027f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df027f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df027f Color CSS Codes

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

#df027f Text Font Color

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

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


#df027f Background Color

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

This div background color is #df027f


#df027f Border Color

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

This div border color is #df027f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df027f


Comments

No comments written yet.

Please login to write comment.