Color Hex Logo

#df428f Color Hex

#DF428F
(223,66,143)
0 Favorites   0 Comments

Color spaces of #df428f

RGB 22366143
HSL0.920.710.57
HSV331°70°87°
CMYK 0.000.700.36   0.13
XYZ37.337621.567628.1817
Yxy21.56760.42870.2477
Hunter Lab46.440962.2389-3.4702
CIE-Lab53.565266.3397-7.5176

#df428f color RGB value is (223,66,143).

#df428f hex color red value is 223, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #df428f hue: 0.92 , saturation: 0.71 and the lightness value of df428f is 0.57.

The process color (four color CMYK) of #df428f color hex is 0.00, 0.70, 0.36, 0.13. Web safe color of #df428f is #cc3399. Color #df428f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000010 10001111
Octal 337 102 217
Decimal 223 66 143
Hex DF 42 8F

RGB Percentages of Color #df428f

%51.62
%15.28
%33.10

CMYK Percentages of Color #df428f

%0
%70
%36
%13

Triadic Colors of #df428f

#df428f #8fdf42 #428fdf

Analogous Colors of #df428f

#df428f #df4442 #df42de

Monochromatic Colors of #df428f

#df428f

Complementary Color

#df428f #42df92

#df428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df428f Color CSS Codes

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

#df428f Text Font Color

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

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


#df428f Background Color

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

This div background color is #df428f


#df428f Border Color

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

This div border color is #df428f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,66,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df428f


Comments

No comments written yet.

Please login to write comment.